crazyzcc619 commented on issue #5198: URL: https://github.com/apache/openwhisk/issues/5198#issuecomment-1101094718
thank At 2022-03-23 13:06:21, "Dominic Kim" ***@***.***> wrote: 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. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: ***@***.***> -- 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]
