In Fred Georges talk about microservice architectures, he mentions using Kafka as a high speed bus (he refers to as the rapids) and connecting multiple 0mq instances (referred to as rivers) to it. A slide of this can be seen here.
Can anyone share how this binding might be best implemented?
Also keen to hear how this might be implemented using nanomsg instead of 0mq.