Releases: beatlabs/proton
Releases · beatlabs/proton
v2.1.0
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.0
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