how to use value.subject.name.strategy
See original GitHub issueis it possible to use value.subject.name.strategy
?
we want to use multi schemas in one Kafka topic. i wonder if this is supported by kafkajs
?
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
How can we configure value.subject.name.strategy for ...
Apparently Spring Cloud uses it's own subject naming strategy with the interface org.springframework.cloud.stream.schema.avro.
Read more >Formats, Serializers, and Deserializers
The Kafka serializers and deserializers default to using <topicName>-Key and <topicName>-value as the corresponding subject name while registering or retrieving ...
Read more >Mastering Confluent Schema Registry | Smile Innovation
As we can see, the Subject name is constructed in: TopicNameStrategy by concatenating the topic name with “-key” or “-value.” RecordNameStrategy ...
Read more >How to avro with Kafka | Sylhare's blog
Subject Name Strategy. When in use with a schema registry you can set your schema to follow a certain strategy:.
Read more >Multi schemas in one Kafka topic -
subject.name.strategy (which defines how to construct the subject name for message keys), and value.subject.name.strategy (how to construct the ...
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
yes we use
avsc
, thanks for your help. I will work on it a bit more, and if i have any problem I’ll let you know.thank you guys for you help, issue solved