Tags: nats-io/nats-kafka
Tags
Bug fix in pbSerializer and code clean up (#61) This PR fixes the buildMessageIndexes function where the indexBuf would not get the result of the loop variable. This also improves the packer_utils to use big endian instead of small to provide consistency throughout the code.
Add schema registry integration (#59) This is an integration for Nats Kafka bridge with Confluent compatible schema registries. The functionality uses srclient as the schema registry client and adds support for sending and receiving Avro, JSON and protobuf encoded messages. There are unit tests added as well. Resolves #13
PreviousNext