You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by he...@apache.org on 2022/06/10 06:13:17 UTC

[incubator-inlong] branch master updated: [INLONG-4579][Audit] Delete redundant configuration in channel and sink (#4581)

This is an automated email from the ASF dual-hosted git repository.

healchow 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 3de49fc49 [INLONG-4579][Audit] Delete redundant configuration in channel and sink (#4581)
3de49fc49 is described below

commit 3de49fc4993e61cad6b1c18b54b1ac8f1b1d602c
Author: doleyzi <43...@users.noreply.github.com>
AuthorDate: Fri Jun 10 14:13:11 2022 +0800

    [INLONG-4579][Audit] Delete redundant configuration in channel and sink (#4581)
---
 inlong-audit/conf/audit-proxy-pulsar.conf | 8 ++++----
 inlong-audit/conf/audit-proxy-tube.conf   | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/inlong-audit/conf/audit-proxy-pulsar.conf b/inlong-audit/conf/audit-proxy-pulsar.conf
index aea1ab5ba..a64e73aab 100644
--- a/inlong-audit/conf/audit-proxy-pulsar.conf
+++ b/inlong-audit/conf/audit-proxy-pulsar.conf
@@ -22,10 +22,10 @@
 # in this case called 'agent'
 
 agent1.sources = tcp-source
-agent1.channels = ch-msg1 ch-msg2
-agent1.sinks = pulsar-sink-msg1 pulsar-sink-msg2
+agent1.channels = ch-msg1
+agent1.sinks = pulsar-sink-msg1
 
-agent1.sources.tcp-source.channels = ch-msg1 ch-msg2
+agent1.sources.tcp-source.channels = ch-msg1
 agent1.sources.tcp-source.type = org.apache.inlong.audit.source.SimpleTcpSource
 agent1.sources.tcp-source.msg-factory-name = org.apache.inlong.audit.source.ServerMessageFactory
 agent1.sources.tcp-source.host = 0.0.0.0
@@ -37,7 +37,7 @@ agent1.sources.tcp-source.receiveBufferSize = 1048576
 agent1.sources.tcp-source.sendBufferSize = 1048576
 agent1.sources.tcp-source.custom-cp = true
 agent1.sources.tcp-source.selector.type = org.apache.inlong.audit.channel.FailoverChannelSelector
-agent1.sources.tcp-source.selector.master = ch-msg1 ch-msg2
+agent1.sources.tcp-source.selector.master = ch-msg1
 agent1.sources.tcp-source.metric-recovery-path=./data/recovery
 agent1.sources.tcp-source.metric-agent-port=8003
 agent1.sources.tcp-source.metric-cache-size=1000000
diff --git a/inlong-audit/conf/audit-proxy-tube.conf b/inlong-audit/conf/audit-proxy-tube.conf
index 9b7772253..623d5f612 100644
--- a/inlong-audit/conf/audit-proxy-tube.conf
+++ b/inlong-audit/conf/audit-proxy-tube.conf
@@ -23,10 +23,10 @@
 # in this case called 'agent'
 
 agent1.sources = tcp-source
-agent1.channels = ch-msg1 ch-msg2
-agent1.sinks = tube-sink-msg1 tube-sink-msg2
+agent1.channels = ch-msg1
+agent1.sinks = tube-sink-msg1
 
-agent1.sources.tcp-source.channels = ch-msg1 ch-msg2
+agent1.sources.tcp-source.channels = ch-msg1
 agent1.sources.tcp-source.type = org.apache.inlong.audit.source.SimpleTcpSource
 agent1.sources.tcp-source.msg-factory-name = org.apache.inlong.audit.source.ServerMessageFactory
 agent1.sources.tcp-source.message-handler-name = org.apache.inlong.audit.source.ServerMessageHandler
@@ -43,7 +43,7 @@ agent1.sources.tcp-source.receiveBufferSize = 524288
 agent1.sources.tcp-source.sendBufferSize = 524288
 agent1.sources.tcp-source.custom-cp = true
 agent1.sources.tcp-source.selector.type = org.apache.inlong.audit.channel.FailoverChannelSelector
-agent1.sources.tcp-source.selector.master = ch-msg1 ch-msg2
+agent1.sources.tcp-source.selector.master = ch-msg1
 agent1.sources.tcp-source.metric-recovery-path=./data/recovery
 agent1.sources.tcp-source.set=10