Hi,
I'm using the latest Kafka server with default offset configs, and 0.9 kafka-client with Spring-kafka-integration. On the client side I config the consumer with enable_auto_commit_config=true and auto_commit_interval_ms_config=100. I find the topic __consuer_offset increases very fast and taks too much disk space, but seems the default offset.retention policy does not work(offsets.retention.minutes=1440). Here's the questions I have for this problem:
1. Is there any way to figure out all configuration for a running Kafka broker?
2. What's the recommendation for broker offset config for __consumer_offset topic?
BR, Zhz