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.

how to use value.subject.name.strategy

See original GitHub issue

is 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:closed
  • Created 4 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
afirouzabadycommented, Jul 18, 2019

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.

0reactions
afirouzabadycommented, Jul 18, 2019

thank you guys for you help, issue solved

Read more comments on GitHub >

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

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