Replies: 2 comments
-
Hi @ahjashish, I never needed to interact with the schema registry, but from looking at the image repo I see that it has another exposed port - Would you like to try that and submit a PR?😼 |
Beta Was this translation helpful? Give feedback.
-
Anyway, now Kafka registry is available when requested using preset options: |
Beta Was this translation helpful? Give feedback.
-
Hi guys, when I start a kafka container with gnomock, I see there are other services including Schema Registry that comes up but I am unable to figure out how to communicate with it. Is there any examples on doing that for integration tests that anyone already worked on?
I want to have a schema for my kafka event and check if the event pertains to the given schema but I am not clear on the api to use to create schemas and query them with the service that comes along with kafka preset?
The workflow I want to test looks like this:
Beta Was this translation helpful? Give feedback.
All reactions