这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: nats-io/nats-kafka

Tags

Verified

This tag was signed with the committer’s verified signature.
wallyqs Waldemar Quevedo

v1.3.0

Toggle v1.3.0's commit message
Release v1.3.0

v1.2.2

Toggle v1.2.2's commit message

Unverified

This user has not yet uploaded their public signing key.
Fix golints

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.1.0

Toggle v1.1.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Run go mod tidy

v1.0.0

Toggle v1.0.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Update Shopify/sarama to 1.29.1

This fixes an int overflow issue for 32-bit arches.

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support connections with SASL and TLS (#30)

Currently, users can only choose between SASL and TLS insecure skip verify and
full TLS. This change allows users to use SASL with full TLS.