You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was curious why caching is explicitly disabled in the Kafka Streams example from the README.md file? Is there a reason or can caching be safely enabled without side-effects? props.put(StreamsConfig.CACHE_MAX_BYTES_BUFFERING_CONFIG, 0);
The text was updated successfully, but these errors were encountered:
I was curious why caching is explicitly disabled in the Kafka Streams example from the README.md file? Is there a reason or can caching be safely enabled without side-effects?
props.put(StreamsConfig.CACHE_MAX_BYTES_BUFFERING_CONFIG, 0);
The text was updated successfully, but these errors were encountered: