mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updated Kafka export test
This commit is contained in:
committed by
Dan Christian Bogos
parent
ab2f91c71d
commit
bbe9c9ca4b
@@ -109,7 +109,7 @@
|
||||
{
|
||||
"id": "kafka_localhost",
|
||||
"type": "*kafka_json_map",
|
||||
"export_path": "localhost:9092?topic=cgrates_cdrs",
|
||||
"export_path": "127.0.0.1:9092?topic=cgrates_cdrs",
|
||||
"tenant": "cgrates.org",
|
||||
"attempts": 1,
|
||||
"fields":[
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
{
|
||||
"id": "kafka_localhost",
|
||||
"type": "*kafka_json_map",
|
||||
"export_path": "localhost:9092?topic=cgrates_cdrs",
|
||||
"export_path": "127.0.0.1:9092?topic=cgrates_cdrs",
|
||||
"tenant": "cgrates.org",
|
||||
"attempts": 1,
|
||||
"fields":[
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
{
|
||||
"id": "kafka_localhost",
|
||||
"type": "*kafka_json_map",
|
||||
"export_path": "localhost:9092?topic=cgrates_cdrs",
|
||||
"export_path": "127.0.0.1:9092?topic=cgrates_cdrs",
|
||||
"tenant": "cgrates.org",
|
||||
"attempts": 1,
|
||||
"fields":[
|
||||
|
||||
Reference in New Issue
Block a user