There's no need to do meeshkan build --source kafka, it's simpler and more expressive to use the protocol to define the source. For example, meeshkan build kafka:localhost:9092. One might also include the topic here with something like meeshkan build kafka:localhost:9092@http_recordings to avoid configurations unless really needed.
There's no need to do
meeshkan build --source kafka
, it's simpler and more expressive to use the protocol to define the source. For example,meeshkan build kafka:localhost:9092
. One might also include the topic here with something likemeeshkan build kafka:localhost:9092@http_recordings
to avoid configurations unless really needed.