This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git
The following commit(s) were added to refs/heads/master by this push:
new e33c9ed [INLONG-3291][DataProxy] Add default channel to fix the order
message does not work (#3292)
e33c9ed is described below
commit e33c9edc56f8b27b14ed7686c14b167156ab239e
Author: baomingyu <[email protected]>
AuthorDate: Tue Mar 22 15:00:34 2022 +0800
[INLONG-3291][DataProxy] Add default channel to fix the order message does
not work (#3292)
---
inlong-dataproxy/conf/dataproxy-pulsar.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/inlong-dataproxy/conf/dataproxy-pulsar.conf
b/inlong-dataproxy/conf/dataproxy-pulsar.conf
index d995736..cb005b0 100644
--- a/inlong-dataproxy/conf/dataproxy-pulsar.conf
+++ b/inlong-dataproxy/conf/dataproxy-pulsar.conf
@@ -36,7 +36,7 @@ agent1.sinks = pulsar-sink-msg1 pulsar-sink-msg2
pulsar-sink-msg3 pulsar-sink-ms
# agent1.sinks = pulsar-sink-msg1 pulsar-sink-msg2 pulsar-sink-msg3
pulsar-sink-msg5 pulsar-sink-msg6
-agent1.sources.tcp-source.channels = ch-msg1 ch-msg2 ch-msg5 ch-msg6
+agent1.sources.tcp-source.channels = ch-msg1 ch-msg2 ch-msg3 ch-msg5 ch-msg6
agent1.sources.tcp-source.type =
org.apache.inlong.dataproxy.source.SimpleTcpSource
agent1.sources.tcp-source.msg-factory-name =
org.apache.inlong.dataproxy.source.ServerMessageFactory
agent1.sources.tcp-source.host = 0.0.0.0