jberragan commented on code in PR #100:
URL:
https://github.com/apache/cassandra-analytics/pull/100#discussion_r1949985864
##########
cassandra-analytics-common/build.gradle:
##########
@@ -42,6 +42,7 @@ publishing {
dependencies {
implementation("org.slf4j:slf4j-api:${slf4jApiVersion}")
+ implementation "org.apache.avro:avro:${avroVersion}"
Review Comment:
I don't want to depend on Avro everywhere in Analytics. Can we move this
code into a new module say `cassandra-analytics-cdc-codec`. We can put the
Avro/Kafka code there too.
--
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]