style95 commented on issue #5198: URL: https://github.com/apache/openwhisk/issues/5198#issuecomment-1075918188
You can configure that with this option. It's a cluster-wide config. https://github.com/apache/openwhisk/blob/master/common/scala/src/main/resources/application.conf#L429 Since it is also related to the maximum bytes the Kafka can receive, you need to increase it as well. Generally, it is automatically handled by the system when creating the topic. https://github.com/apache/openwhisk/blob/master/common/scala/src/main/resources/application.conf#L204 But if you already created the topic, I think you may need to manually alter your Kafka topic configurations accordingly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
