Quantcast
Channel: Akka Libraries - Discussion Forum for Akka technologies
Viewing all articles
Browse latest Browse all 1366

Schema registry fails

$
0
0

@Raghav2211 wrote:

Hi there,
I’ve a use case where I’m using alpakka-kafka to produce records on a topic with two avro schemas(HttpRequest & HttpResponse) with ProducerMessage.single but if one of those schema is incorrect in schema registry then full stream close along with kafka producer in first message(if culprit is first one).
So I think if i’ll send one type schema’s message to a topic then it’s ok but if i send multi schema on one topic then this is blocking other schema as well
Is it design specific to close both(stream & kafka) on schema fails ?

Thanks

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 1366

Trending Articles