Showing
2 changed files
with
2 additions
and
2 deletions
@@ -28,5 +28,5 @@ output.kafka: | @@ -28,5 +28,5 @@ output.kafka: | ||
28 | hosts: ["10.66.105.67:9092"] | 28 | hosts: ["10.66.105.67:9092"] |
29 | topic: '%{[type]}' | 29 | topic: '%{[type]}' |
30 | compression: snappy | 30 | compression: snappy |
31 | - max_message_bytes: 10000000 | 31 | + max_message_bytes: 10000001 |
32 | worker: 2 | 32 | worker: 2 |
@@ -29,5 +29,5 @@ output.kafka: | @@ -29,5 +29,5 @@ output.kafka: | ||
29 | hosts: ["10.66.105.67:9092"] | 29 | hosts: ["10.66.105.67:9092"] |
30 | topic: '%{[type]}' | 30 | topic: '%{[type]}' |
31 | compression: snappy | 31 | compression: snappy |
32 | - max_message_bytes: 10000000 | 32 | + max_message_bytes: 10000001 |
33 | worker: 2 | 33 | worker: 2 |
-
Please register or login to post a comment