vamossagar12 commented on code in PR #12758:
URL: https://github.com/apache/kafka/pull/12758#discussion_r1000834559
##########
streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java:
##########
@@ -925,7 +925,7 @@ private KafkaStreams(final TopologyMetadata
topologyMetadata,
streamsUncaughtExceptionHandler =
this::defaultStreamsUncaughtExceptionHandler;
delegatingStateRestoreListener = new DelegatingStateRestoreListener();
- totalCacheSize =
applicationConfigs.getLong(StreamsConfig.CACHE_MAX_BYTES_BUFFERING_CONFIG);
+ totalCacheSize =
applicationConfigs.getLong(StreamsConfig.STATESTORE_CACHE_MAX_BYTES_CONFIG);
Review Comment:
done
##########
streams/src/main/java/org/apache/kafka/streams/TopologyConfig.java:
##########
@@ -64,11 +67,11 @@ public class TopologyConfig extends AbstractConfig {
null,
Importance.LOW,
BUFFERED_RECORDS_PER_PARTITION_DOC)
- .define(CACHE_MAX_BYTES_BUFFERING_CONFIG,
+ .define(STATESTORE_CACHE_MAX_BYTES_CONFIG,
Review Comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]