srclient icon indicating copy to clipboard operation
srclient copied to clipboard

Golang Client for Schema Registry

Results 19 srclient issues
Sort by recently updated
recently updated
newest added

Hi, I would like to use the client to communicatie with our Apache Kafka (MSK) cluster which is working differently as the confluence variants. The main difference is, there is...

While it works fine when fetching a Schema by Subject/Version pair, fetching a Schema by ID does not currently return the linked references. I have PR ready with the fix.

Hey @riferrei, Thanks for your awesome library. I'm using it in my project [xk6-kafka](https://github.com/mostafa/xk6-kafka/pull/52), as you already know. I thought it would be a good idea to introduce some metrics...

run `tilt up` once you have [tilt](https://tilt.dev) installed. I didn't have time this morning to show a consumer but it is close to the producer.

- Adds a docker-compose file for integration testing, that can be run in local machine - Adds a GitHub Action to run the said integration testing - Removes Circle CI...

Hello, I am currently facing some issues with trying to create a Kafka Producer for passing in Protobuf data. As a reference point, I tried to edit the Producer example...

Hey, I am trying to figure out if I can use this client to fetch Protobuf schemas in a Go consumer. Does anyone have any examples of how you could...

I have two issues related to #14 1. When fetching a schema from Confluent Cloud the schema response contains only the references and not the source definition. Without the source...

Hi, I think `References` field must be included when constructing the `Schema` which is fetched using a schema ID https://github.com/riferrei/srclient/blob/master/schemaRegistryClient.go#L226 Also I checked with the confluent's schema registry, and it...