mjsax commented on code in PR #16744:
URL: https://github.com/apache/kafka/pull/16744#discussion_r1699295185
##########
streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java:
##########
@@ -846,14 +846,6 @@ public class StreamsConfig extends AbstractConfig {
private static final String LOG_SUMMARY_INTERVAL_MS_DOC = "This
configuration controls the output interval for summary information.\n" +
"If greater or equal to 0, the summary log will be output
according to the set time interval;\n" +
"If less than 0, summary output is disabled.";
- /**
- * {@code topology.optimization}
- * @deprecated since 2.7; use {@link #TOPOLOGY_OPTIMIZATION_CONFIG} instead
- */
- @Deprecated
- public static final String TOPOLOGY_OPTIMIZATION =
TOPOLOGY_OPTIMIZATION_CONFIG;
-
-
Review Comment:
Nit: we should not remove all blank lines, but leave exactly one blank line
--
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]