Enable kafka2frame to consume multiple topics
kafka2frame can now consume multiple topics this was done by enabling --observatory
and --frame_dir
. These must be passed in the same order as --add-topic-partition
to ensure they are associated with the correct topic.
This merge request includes an associated test for kakfa2frame
consuming multiple topics.