-
|
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. |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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