You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/06/15 15:40:41 UTC

[GitHub] [kafka] vvcephei commented on pull request #8865: MINOR: fix StreamsConfig parameter name variable

vvcephei commented on pull request #8865:
URL: https://github.com/apache/kafka/pull/8865#issuecomment-644211672


   Looks like a compile warning:
   
   ```
   00:07:57.788 > Task :streams:compileJava
   00:07:57.788 /home/jenkins/jenkins-slave/workspace/kafka-pr-jdk11-scala2.13/streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java:530: warning: [dep-ann] deprecated item is not annotated with @Deprecated
   00:07:57.788     public static final String TOPOLOGY_OPTIMIZATION = "topology.optimization";
   00:07:57.789                                ^
   00:07:57.789 error: warnings found and -Werror specified
   ```
   
   I'm +1 on this change, and I think it would be fine to just amend KIP-295.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org