Actually I can see all other properties being set, except for CACHE_MAX_BYTES_BUFFERING_CONFIG that is null. I use 0.11.0.2 Kafka Streams. Has anyone encountered this issue?
/Artur On Wed, Dec 13, 2017 at 1:11 PM, Artur Mrozowski <art...@gmail.com> wrote: > Hi, > I played around with caching on Confluent platform 3.3 by first disabling, > setting to zero. Now, it seems I can not enable it again. It simply returns > null no matter what value I provide. > > e.g > settings.put(StreamsConfig.CACHE_MAX_BYTES_BUFFERING_ > CONFIG,10*1024*1024L); > > How can I enable it again? It generates a lot of duplicates. > > Best Regards > Artur >