Skip to content

Releases: beatlabs/proton

v2.1.0

25 Mar 12:35
4cb704d
Compare
Choose a tag to compare

Using proton as a standalone Kafka consumer

Proton can consume from Kafka directly. The syntax of all the parameters is kept as close as possible to the same from Kafkacat.

v2.0.2

08 Feb 15:25
d4e220b
Compare
Choose a tag to compare

Changelog

v2.0.0

04 Feb 13:36
Compare
Choose a tag to compare

Changelog

  • Supports reading multiple messages from streams, using EndOfMessageMarker -m (#2)
  • Makes package (-p) and message type (-t) arguments optional, defaulting to first type and package of provided Proto file if not provided (#1)
  • Fixed Goreleaser

v1.0.0

28 Sep 09:25
Compare
Choose a tag to compare

Changelog

c732a9a Initial commit
52692f5 github actions added
c493be5 initial commit