Re: Kafka Streams - unbounded memory growth

2019-07-18 Thread Muhammed Ashik
Hi, my Topology description.. - Topologies: Sub-topology: 0 Source: SeSource (topics: [buzzard.decoded.amon.stats.ap, buzzard.app.monitoring.internal.clientsestats]) --> SeProcess Processor: SeProcess (stores: [BucketData, CacheData]) --> AeSink <-- SeSource Sink:

Re: Best practices for compacting topics with tombstones

2019-07-18 Thread Omar Al-Safi
If I recall correctly, you can set 'delete.retention.ms' in the topic level configuration to how long you want to retain the tombstones in the topic. By default is set to 8640, you can set it to lower than this. Regarding the performance, I am not really why would compaction causes the performa

Re: Kafka logs are getting deleted too soon

2019-07-18 Thread Sachin Nikumbh
Hi Peter, A HUGE thank you for your suggestion of using ‘retention.ms=-1' for the topic. I also explicitly set ‘retention.bytes=-1'. With this combination, kafka is certainly not deleting the segment logs and I am able to run multiple instances of console consumers to read data. I am still conf

check the version in putty

2019-07-18 Thread Harry k
Hi, how to check the version information for Kafka that is being used on the MDT Mirror servers. thanks

Re: Kafka Streams - unbounded memory growth

2019-07-18 Thread Sophie Blee-Goldman
And all four stores (BucketData, CacheData, StationKeyValue, StationCacheData) are definitely explicitly added as Stores.inMemoryKeyValueStore("name")? Hm. Does du -h show any contents within the ./buzzard.MonitoringSeWlanStatsAggregator/0_1 directories that match any of these store names? Also if

Re: Print RocksDb Stats

2019-07-18 Thread Guozhang Wang
Hello Muhammed, The community is working on KIP-444 that expose rocksDB metrics. There's an on-going PR that you may find helpful for your own implementation: https://github.com/apache/kafka/pull/6884 Guozhang On Wed, Jul 17, 2019 at 6:26 AM Muhammed Ashik wrote: > Hi I'm trying to log the r

Streams - Low level API

2019-07-18 Thread Navneeth Krishnan
Hi All, I'm working on a kafka streams application to basically aggreagte data over 5 min intervals. The input topic is partitioned by id and then I want to use process function to aggregate data using state store and use punctuator to emit results. But I'm not sure how I can perform groupBy when

Check the version of kafka information for MDT Mirror information

2019-07-18 Thread Harry k
Hi, How to check version information for Kafka that is being used on the MDT Mirror servers? Is their any command to check that.I have any only access to Kafka and zookeeper servers through putty.Any help will be appreciated. Best Regards, bahir

Truncation

2019-07-18 Thread Jamie
Hi All, Could someone confirm what truncation happens when a partition changes from a follower to a leader and why?  Any help would be greatly appreciated. Many Thanks, Jamie