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?😼 |
0 replies
|
Anyway, now Kafka registry is available when requested using preset options: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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:
All reactions