I am trying with basic Avro publisher in java which is available in examples
I was successfully able to publish in self managed confluent cloud in my local machine ( macOS ) and in machine available in GCP ( Self managed confluent binaries )
The same was tried it confluent cloud
I have a confluent cloud access, where i am trying with this same example but it is showing junk characters in value.
Steps carried out in confluent cloud
- Manually created a topic by name transactions
- Configuration file was created with following entries
- Ran the java application by passing the absolute file path configuration.
- I am able to see the schema is also set in confluent cloud.
Could any of you help me over here as what is missing.