Hi All,
I’m new to Confluent Cloud and deploying it using free trial of Confluent Kafka cluster.
I am trying to produce/consume the JSON messages from Kafka Topic using authenticated Schema Registry which can map Schema.
I am referring to the official documentation https://docs.confluent.io/platform/current/schema-registry/serdes-develop/serdes-json.html
but the JSON serializers mentioned here is not working.
I am getting below error:
Invalid value io.confluent.kafka.serializers.json.KafkaJsonSchemaSerializer for configuration value.serializer: Class io.confluent.kafka.serializers.json.KafkaJsonSchemaSerializer could not be found.
Could you please let us know if this has been deprecated or not valid anymore? Can someone please advise here?
Thanks.