Apache TubeMQ (InLong) Adapter & Sink #1190
Locked
SteveYurongSu
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Purpose
TubeMQ support for StreamPipes.
Background
Apache TubeMQ (now is a submodule of Apache Inlong) is a trillion-records-scale distributed messaging queue (MQ) system, focuses on data transmission and storage under massive data. Compared to many open source MQ projects, TubeMQ has unique advantages in terms of stability, performance, and low cost.
It offers a variety of features:
For more information:
Approach
Connect Adapter:
Introduce the TubeMQProtocol for reading data from TubeMQ brokers.
Sink:
Introduce the TubeMQPublisherSink for writing data to TubeMQ brokers.
Beta Was this translation helpful? Give feedback.
All reactions