kt icon indicating copy to clipboard operation
kt copied to clipboard

Kafka command line tool that likes JSON

Results 10 kt issues
Sort by recently updated
recently updated
newest added

I might be missing something but do I really need to specify both `-topic` and `-group` in order to get reasonable results? I.e. ``` kt group -topic prod_m3_13_4.service_assignment.updates -group prod_fieldops_13_4_work_order_tx...

I want this feature because in my case, I just want every each partition of a topic could have messages without setting partition key for every message.

Add a default kafka version via env variables. Issue #120

when using createTopic, is there a way to update the topic configs if the topic already exists?

Hi, Is it possible to support a new auth mechanism security.protocol=SASL_SSL sasl.mechanism=SCRAM-SHA-256 ssl.endpoint.identification.algorithm= This uses, ssl.truststore.location= ssl.truststore.password= sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required username="" password="";

I think it would be useful to return a non-zero exit code in case kt encountered a warning while reading data from topics either by default or only when enabled...

Hi guys! **Summary**: I'm using KT extensively on macos/linux/windows and it works great for linux and mac. The issue is that the windows kt.exe build is leaking memory. **How to...

How do I set security.protocol to SASL_SSL for kt client?

I'd like to execute `kt admin -createtopic ...` and have it not fail if the topic already exists. This is handy in cases where `kt` is used for starting up...

* add security_protocol to authConfig. a single value, SASL_SSL, is supported for now. this allows one to enable TLS support * add sasl_mechanism to authConfig. currently we check for PLAIN...