Replace io.confluent.kafka.serializers.AbstractKafkaAvroSerDeConfig with AbstractKafkaSchemaSerDeConfig
See original GitHub issueIssue Description
Warning during compile:
io.confluent.kafka.serializers.AbstractKafkaAvroSerDeConfig in io.confluent.kafka.serializers has been deprecated
Resolve: use new class: https://github.com/confluentinc/schema-registry/blob/5.5.0-post/schema-serializer/src/main/java/io/confluent/kafka/serializers/AbstractKafkaSchemaSerDeConfig.java
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:16 (16 by maintainers)
Top Results From Across the Web
Avro Schema Serializer and Deserializer
This document describes how to use Avro schemas with the Apache Kafka® Java client and console tools. Avro Serializer¶. You can plug KafkaAvroSerializer...
Read more >Caused by: java.lang.NoClassDefFoundError: Could not ...
After Kafka Avro Serializer is upgraded, the dependent kafka client is upgraded ... .com/artifact/io.confluent/kafka-avro-serializer/6.2.0.
Read more >Serialization • Alpakka Kafka Documentation
The easiest way to use Protocol Buffers with Alpakka Kafka is to serialize and ... AbstractKafkaSchemaSerDeConfig; import io.confluent.kafka.serializers.
Read more >io.confluent - Maven Repository
A fork of Apache Log4j v1 with security patches, and repackaged as `io.confluent:confluent-log4j`. Last Release on Nov 10, 2022.
Read more >Kafka connector failed to start the task with ...
<init>(AbstractKafkaSchemaSerDeConfig.java:166) at io.confluent.kafka.serializers.AbstractKafkaAvroSerDeConfig.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This can be closed now, the # mentioned in description and in comments are were handled. I don’t have permission to make any modifications.
@saurabh-slacklife – that would be 🆒 , thanks! At this time,
6.1.1-post
is the latest, so I would recommend working off that branch.