luoyuxia commented on pull request #15250:
URL: https://github.com/apache/flink/pull/15250#issuecomment-853667302
@hehuiyuan Would you like to add tests to cover this change?
I think you can modify KafkaTest directly:
change
`properties.put("zookeeper.stuff", "12");
properties.put("kafka.stuff", "42");`
->
`properties.put("zookeeper.stuff", "12");
properties.put("kafka.stuff", 42);`
so that we can ensure your code change works.
--
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:
[email protected]