View Issue Details

IDProjectCategoryView StatusLast Update
0004982SymmetricDSBugpublic2021-05-14 14:20
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status resolvedResolutionfixed 
Product Version3.9.25 
Summary0004982: Kafka AVRO with confluent schema registry fails to produce messages
DescriptionWhen Kafka is configured to use AVRO formatted messages, and the schema registry is set (confluentUrl), the key for the message is configured to serialize a Long key, but the value type of the key is created as a String, causing class cast exceptions.

Change the serializer for the message key to a String serializer.
Steps To Reproduce1. Create Kafka node.
2. Set up AVRO formatted messages, with a confluentUrl configured.
3. Cause a sync that will send a message to Kafka.
Tagsdialect: kafka

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.9 957ddd5d

2021-05-10 14:55:37

pmarzullo

Details Diff
0004982: Kafka AVRO with confluent schema registry fails to produce
messages
Affected Issues
0004982
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/load/KafkaWriterFilter.java Diff File

Issue History

Date Modified Username Field Change
2021-05-10 14:54 pmarzullo New Issue
2021-05-10 14:54 pmarzullo Status new => assigned
2021-05-10 14:54 pmarzullo Assigned To => pmarzullo
2021-05-10 14:54 pmarzullo Tag Attached: dialect: kafka
2021-05-10 15:00 pmarzullo Changeset attached => SymmetricDS 3.9 957ddd5d
2021-05-14 14:20 pmarzullo Status assigned => resolved
2021-05-14 14:20 pmarzullo Resolution open => fixed