diff options
| author | tongzongzhen <[email protected]> | 2024-04-16 16:36:46 +0800 |
|---|---|---|
| committer | tongzongzhen <[email protected]> | 2024-04-16 16:36:46 +0800 |
| commit | 7734429f5a06efa8eb5ed3067aacc75ce7889e44 (patch) | |
| tree | d0106802ed44baa6d4de9f647b2cc83a0d7f1207 /etc/dp_trace.conf | |
| parent | 43acf274892771a84488a6a189fd0d3e3db3619d (diff) | |
fix kafka message job_id error
Diffstat (limited to 'etc/dp_trace.conf')
| -rw-r--r-- | etc/dp_trace.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/dp_trace.conf b/etc/dp_trace.conf index dabec81..226012d 100644 --- a/etc/dp_trace.conf +++ b/etc/dp_trace.conf @@ -7,8 +7,8 @@ device_group= [kafka] borker_list="192.168.44.12" topic_name="datapath-telemetry-record-test" -sasl_username="admin" -sasl_password="galaxy2019" +sasl_username= +sasl_password= [maat] # 0:json 1:redis |
