mkoertgen commented on issue #14697: URL: https://github.com/apache/pulsar/issues/14697#issuecomment-1236879963
@noelo That's right, because somewhere between 2.7 -> 2.9 the base image changed the java base version from Java 1.8 to Java 11. Also the ANSI-Charset in the default image changed. We also had some breaking issues with this (function user config piped as json on the command line) Ways to accommodate this - Upgrade pulsar to 2.9.3/2.9.4 (helm) - Only upgrade the function worker images to a newer version (https://github.com/apache/pulsar-helm-chart/blob/master/charts/pulsar/values.yaml#L186) -- 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]
