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


   @dima5rr I tried to compile your branch but got a few compilation error like 
the following:
   
   ```
   
/Users/guozhang/Workspace/github/guozhangwang/kafka-work/streams/src/test/java/org/apache/kafka/streams/integration/StreamStreamJoinIntegrationTest.java:68:
 error: cannot find symbol
           final KStream<String, Integer> left = 
builder.stream(INPUT_TOPIC_LEFT, Consumed.with(Serdes.String(), 
Serdes.Integer()));
                                                                                
                ^
     symbol:   variable Serdes
     location: class StreamStreamJoinIntegrationTest
   
/Users/guozhang/Workspace/github/guozhangwang/kafka-work/streams/src/test/java/org/apache/kafka/streams/integration/StreamStreamJoinIntegrationTest.java:68:
 error: cannot find symbol
           final KStream<String, Integer> left = 
builder.stream(INPUT_TOPIC_LEFT, Consumed.with(Serdes.String(), 
Serdes.Integer()));
   ```


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to