lukasz-antoniak commented on code in PR #175:
URL: 
https://github.com/apache/cassandra-analytics/pull/175#discussion_r2877466168


##########
cassandra-analytics-cdc-codec/src/main/java/org/apache/cassandra/cdc/kafka/KafkaPublisher.java:
##########
@@ -62,7 +63,8 @@ public class KafkaPublisher implements AutoCloseable
     ThreadLocal.withInitial(HashMap::new);
     protected final KafkaStats kafkaStats;
 
-    public KafkaPublisher(TopicSupplier topicSupplier,
+    public KafkaPublisher(String version,

Review Comment:
   API change between Sidecar and Analytics.



-- 
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]

Reply via email to