The transport lazily connects producer and consumer resources on first send or
subscription, ensures the topic exists, and disconnects best-effort on close.
It is bidirectional through the shared topic, callback-capable, and marks
itself as broadcast when no remotePeerId target is configured.
Create a Kafka-backed kkrpc transport.
The transport lazily connects producer and consumer resources on first send or subscription, ensures the topic exists, and disconnects best-effort on close. It is bidirectional through the shared topic, callback-capable, and marks itself as broadcast when no
remotePeerIdtarget is configured.