|
After searching for I need entirely different business schemas (different Java classes, like UserCreated and OrderPlaced) sending to the same topic. Where can I find sample programs like this? Thanks for your help very much. |
Answered by
lhotari
Nov 25, 2025
Replies: 1 comment
|
Example of producing different schemas to the same topic and consuming them: pulsar/pulsar-broker/src/test/java/org/apache/pulsar/schema/SchemaTest.java Lines 1168 to 1227 in 67dafa1 |
0 replies
Answer selected by
guofengzh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example of producing different schemas to the same topic and consuming them:
pulsar/pulsar-broker/src/test/java/org/apache/pulsar/schema/SchemaTest.java
Lines 1168 to 1227 in 67dafa1