Hi Clay, not really sure what you mean by socket, but if you want something listening on a network port and forwards/produces all data to Kafka then you might want to look at n2kafka: https://github.com/redBorder/n2kafka
Another alternative would be to use inetd, socat, or similar to pipe a network socket to kafkacat. Regards, Magnus 2015-05-19 2:02 GMT+02:00 clay teahouse <clayteaho...@gmail.com>: > Hi All, > > Does anyone know of an implementation of kafkacat that reads from socket? > Or for that matter any kafka producer client that can read from socket and > publish to kafka? > > thanks > > Clay >