CalvinKirs commented on code in PR #57514:
URL: https://github.com/apache/doris/pull/57514#discussion_r2480106293
##########
fe/fe-core/pom.xml:
##########
@@ -698,6 +698,10 @@ under the License.
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.kafka</groupId>
+ <artifactId>kafka-clients</artifactId>
+ </dependency>
Review Comment:
In the previous version, range brought in this client as a transitive
dependency, but in the new version, we need to add it explicitly.
That said, we shouldn’t include ↳kafka-client at all — even for testing —
since the FE module doesn’t interact with Kafka in any way.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]