muralibasani commented on code in PR #22458:
URL: https://github.com/apache/kafka/pull/22458#discussion_r3351764443


##########
streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java:
##########
@@ -452,8 +452,10 @@ public class StreamsConfig extends AbstractConfig {
     @SuppressWarnings("WeakerAccess")
     public static final String BOOTSTRAP_SERVERS_CONFIG = 
CommonClientConfigs.BOOTSTRAP_SERVERS_CONFIG;
 
-    /** {@code buffered.records.per.partition} */
+    /** {@code buffered.records.per.partition}
+     * @deprecated Since 4.4. Use {@link #INPUT_BUFFER_MAX_BYTES_CONFIG 
"input.buffer.max.bytes"} instead. */

Review Comment:
   assuming this pr will land up in 4.4.0 version



-- 
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]

Reply via email to