esque icon indicating copy to clipboard operation
esque copied to clipboard

esque - an operational kafka tool.

Results 22 esque issues
Sort by recently updated
recently updated
newest added

A fix for deserializing decimal instances to avoid the serialization issue on the esque consume command

Some commands that rely on kafka-python (`describe consumergroup`) fail to obtain a response using default timeout values. This presents a problem on smaller clusters. These timeouts could safely be increased...

When using `set offsets` for a certain timestamp, the command fails if no topic name is provided (`-t` option). Since everything works correctly when using an absolute value as an...

bug
good first issue

This is a proposal for a new environment context which takes precedence of the config file. We had the need for a context which can be configured for automation without...

enhancement

When trying to change the offsets of a non-empty consumergroup, the user will be prompted with a message saying that they should use the `--force` option to forcefully set the...

and add no_args_is_help=True to the commands

enhancement

None of the current kafka protocol implementations is feature complete. To minimize dependencies on other libraries we could implement our own protocol. This should also enable #51

enhancement