Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: TiCDC考虑新增目标端吗?
Currently, TiCDC only supports the following targets.
Is there any consideration to add new targets? Instead of using intermediaries like Kafka or Pulsar, directly send to downstream applications. The downstream program establishes a connection with TiCDC through an interface.
Hello, what does the “interface” refer to in “the program establishes a connection with TiCDC through the interface”? Is it something similar to a WebHook?
Hello, yes, what I have in mind is a long connection or stream connection, where the downstream continuously receives data sent by TiCDC. It feels like if the traffic is large, it will overwhelm the downstream.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.