You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/09/23 19:43:39 UTC

[incubator-streampipes] 01/02: [STREAMPIPES-230] Large images are not transmitted

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

zehnder pushed a commit to branch rel/0.67.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit e9f73b51e3d0efaee7a039be5053d9f96eae0bd7
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Wed Sep 23 21:34:30 2020 +0200

    [STREAMPIPES-230] Large images are not transmitted
---
 docker-compose.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docker-compose.yml b/docker-compose.yml
index 72808d2..326cb6a 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -133,6 +133,9 @@ services:
       KAFKA_INTER_BROKER_LISTENER_NAME: PLAINTEXT
       KAFKA_ADVERTISED_HOST_NAME: kafka
       KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
+      KAFKA_MESSAGE_MAX_BYTES: 5000012
+      KAFKA_FETCH_MESSAGE_MAX_BYTES: 5000012
+      KAFKA_REPLICA_FETCH_MAX_BYTES: 10000000
     volumes:
       - /var/run/docker.sock:/var/run/docker.sock
     logging: *default-logging