question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Replace io.confluent.kafka.serializers.AbstractKafkaAvroSerDeConfig with AbstractKafkaSchemaSerDeConfig

See original GitHub issue

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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:16 (16 by maintainers)

github_iconTop GitHub Comments

1reaction
saurabh-slacklifecommented, Apr 21, 2021

This can be closed now, the # mentioned in description and in comments are were handled. I don’t have permission to make any modifications.

1reaction
ybyzekcommented, Mar 24, 2021

@saurabh-slacklife – that would be 🆒 , thanks! At this time, 6.1.1-post is the latest, so I would recommend working off that branch.

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found