Skip to content

Releases: optiopay/kafka

Subdirectory v2 for go modules compatibility

04 Nov 15:58
3fc0c99
Compare
Choose a tag to compare
  • Move library implementation to v2 to correctly migrate to go submodules. subdirectory #124

Go modules support

01 Nov 14:13
6143e91
Compare
Choose a tag to compare
Merge pull request #122 from optiopay/go-modules

Init go modules

Fixed bug in protocol

21 Jan 14:51
6c12652
Compare
Choose a tag to compare

Kafka server sends a length of a headers array in a wrong format.

Remove long log line, update cerificate

28 Aug 12:28
969d39f
Compare
Choose a tag to compare
Merge pull request #106 from optiopay/remove-metadata-log

Remove multiline log message which pollutes the log

TLS config hotfix

26 Jun 17:17
b5e5fe6
Compare
Choose a tag to compare

When empty strings are passed for the TLS configuration initiate a normal connection.

Support all error codes

27 Apr 10:10
7a38838
Compare
Choose a tag to compare

Now driver can handle all error codes returned by kafka.

Hotfix in OffsetResponse

18 Apr 10:41
004b9ef
Compare
Choose a tag to compare

Fixed small bug in OffsetResponse implementation

Support versioned requests/responses

17 Apr 14:08
5e9b2f6
Compare
Choose a tag to compare
  • Now kafka driver negotiate version protocol when it established connection and send all request accordingly.
  • CreateTopic command added.

TLS support

02 Feb 11:34
Compare
Choose a tag to compare
Add tls (#85)

* add TLS encryption

* accept TLS certificates directly, not though files

* send ReplicaID = -1

* fix after review

* add test for TLS

* fix testserver

* fix data race