python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Delete the last schema and keep Subject in kafka
I have a subject with only 1 schema, then I want to delete this schema, but unfortunately, the subject is triggered to delete. I want to keep the subject to post a new schema. Any solution to keep it?...
Tam Huynh Thanh
Votes: 0
Answers: 1
Using Glue schema registry with MSK Connector
I've been trying to create an MSK Connector and use Glue schema registry with it.
The configuration is as follows.
connector.class=io.confluent.connect.s3.S3SinkConnector
s3.region=eu-west-1
topics.di...
Rohit
Votes: 0
Answers: 1
Producer Avro data from Windows with Docker
I'm following How to transform a stream of events tutorial.
Everything works fine until topic creation part:
Under title Produce events to the input topic:
docker exec -i schema-registry /usr/bin/kafk...
Hrvoje
Votes: 0
Answers: 1
How to convert avro serialized string to raw byte Array - StackExchange.Redis (C# application)
I have records in a Kafka topic serialized using Avro format. They are then being moved to Redis (by Redis sink connector) using the ByteArrayConverter format.
In another C# application, I query the ...
Gautam T Goudar
Votes: 0
Answers: 1