Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(kafka-logger): supports logging request body #5501

Merged
merged 10 commits into from
Nov 18, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change test kafka topic test2
windyrjc committed Nov 14, 2021
commit d922ffd5641a36346b3d1ebfeca524b0326c9d6e
4 changes: 2 additions & 2 deletions t/plugin/kafka-logger.t
Original file line number Diff line number Diff line change
@@ -1131,7 +1131,7 @@ qr/failed to send data to Kafka topic: .*, brokers: \{"127.0.0.127":9092}/
{
"127.0.0.1":9092
},
"kafka_topic" : "test",
"kafka_topic" : "test2",
"key" : "key1",
"timeout" : 1,
"include_req_body": true,
@@ -1162,7 +1162,7 @@ qr/failed to send data to Kafka topic: .*, brokers: \{"127.0.0.127":9092}/
{
"127.0.0.1":9092
},
"kafka_topic" : "test",
"kafka_topic" : "test2",
"key" : "key1",
"timeout" : 1,
"batch_max_size": 1