Releases: galan/plunger
Releases · galan/plunger
v1.5.6
v1.5.5
v1.5.4
v1.5.3
v1.5.2
v1.5.1
- fixed merging of parameters from configfile and commandline
- Increased kafka-version to 0.10.1.1
- kafka client supports
key
parameter - kafka client supports
brokers
parameter, it will override the given host/port with the provided list of kafka-brokers - kafka client increased default timeout to 1s on consumer
v1.5.0
- Kafka integration.
Due to the architecture of Kafka there are some limitations:
pls
does not provide the amount of consumers (or consumer groups), since there is no metric to retrieve them reliable.pls
does not provide the amount of unconsumed messages, this is against the concepts of kafka. Instead the amount of total messages is calculated and returned instead.pcat
does provide agroup
parameter, so a specific consumer group can be used- Due to the nature of kafka, a call to
pcat
can return on each call a different set of messages, depending which partitions are read. - pcat uses manual sync, using
-r
will commit each message retrieved manually
The documentation will be updated soon
v1.4.1
v1.4
- Added
-d
for cat to omit separator line - libraries updated
- Improved error logging/exception handling
- Mac compatibility for scripts (thx @blindgaenger )
- support XDG_CONFIG_HOME for configuration file (see https://github.com/galan/plunger/wiki#location)
- Unicode fix for linebreak/paragraph (2028/2029)