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 2022/02/25 18:08:52 UTC

[GitHub] [kafka] guozhangwang commented on pull request #11796: Kip 770

guozhangwang commented on pull request #11796:
URL: https://github.com/apache/kafka/pull/11796#issuecomment-1051079006


   Hello @vamossagar12 I checked out your branch, and run the `streams:compileTestJava` on my local machine it it also fails with:
   
   ```
   > Task :streams:compileTestJava
   /Users/guozhang/Workspace/github/guozhangwang/kafka-work/streams/src/test/java/org/apache/kafka/streams/integration/ErrorHandlingIntegrationTest.java:95: warning: [deprecation] CACHE_MAX_BYTES_BUFFERING_CONFIG in org.apache.kafka.streams.StreamsConfig has been deprecated
                   mkEntry(StreamsConfig.CACHE_MAX_BYTES_BUFFERING_CONFIG, 0),
                                        ^
   error: warnings found and -Werror specified
   1 error
   1 warning
   
   > Task :streams:compileTestJava FAILED
   ```
   
   I guess your branch was not rebased on top of `trunk` and maybe that's why you did not see the failure?


-- 
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: jira-unsubscribe@kafka.apache.org

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