pingcap / tidb-binlog

A tool used to collect and merge tidb's binlog for real-time data backup and synchronization.
Apache License 2.0
292 stars 131 forks source link

NATS sink #602

Open ghost opened 5 years ago

ghost commented 5 years ago

I would like change events to be able to be published to NATS. As I understand it Kafka is supported currently ?

NATS is written in golang. NAtS and NATS Streaming are a different system btw. Only NATS streaming offers durable ACKS and should be the target.

nickchomey commented 4 months ago

I would also love to see this happen!