jyothsnakonisa commented on code in PR #330:
URL: https://github.com/apache/cassandra-sidecar/pull/330#discussion_r3284222588
##########
server/build.gradle:
##########
@@ -159,6 +159,9 @@ dependencies {
implementation
"org.apache.kafka:kafka-clients:${project.kafkaClientVersion}"
implementation "com.esotericsoftware:kryo-shaded:${kryoVersion}"
+ // Confluent Avro serializer — used when
value.serializer=KafkaAvroSerializer (confluent mode)
+ implementation 'io.confluent:kafka-avro-serializer:7.6.0'
Review Comment:
`KafkaAvroSerializer` is a popular schemastore integrated serializer. If one
wants to use it, without this dependency, they will run into class not found
issues.
Stefan was trying this serializer and ran into class not found error hence I
added this dependency as it is needed for both Demo and other users who want to
use this serializer
--
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]