rayokota / kwack

In-Memory Analytics for Kafka using DuckDB
Apache License 2.0
57 stars 0 forks source link

Q: Topics dynmic connect / disconnect? #41

Open shoffmeister opened 2 weeks ago

shoffmeister commented 2 weeks ago

kwack appears to enable quite exciting use cases in interactive exploration (or debugging) of Kafka topic content.

I do notice that kwack can be invoked with a command-line referring to topics; is there a means to interactively connect to topics (disconnect from topics)?

rayokota commented 2 weeks ago

is there a means to interactively connect to topics (disconnect from topics)?

Not currently, but you can pass multiple topics when you start kwack, using -t topic1 -t topic2