npawar commented on a change in pull request #4397: Adding Support for Kafka
2.0 Consumer
URL: https://github.com/apache/incubator-pinot/pull/4397#discussion_r307081924
##########
File path: pom.xml
##########
@@ -141,10 +141,22 @@
kafka dependency is still explicitly defined in pinot-integration-tests,
pinot-tools and pinot-perf pom files.
To change kafka connector dependency, we only need to update this version
number config.
TODO: figure out a way to inject kafka dependency instead of explicitly
setting the kafka module dependency -->
- <kafka.lib.version>0.9</kafka.lib.version>
+ <kafka.version>0.9</kafka.version>
</properties>
<profiles>
+ <profile>
Review comment:
what does it mean to add this "profile" with `kafka.version` defined again?
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]