kaap icon indicating copy to clipboard operation
kaap copied to clipboard

Don't use KubernetesRuntimeFactory because it doesn't work

Open pgier opened this issue 2 years ago • 2 comments

Currently the operator set this in functions_worker.conf by default. This should not be set because it doesn't work.

functionRuntimeFactoryClassName: org.apache.pulsar.functions.runtime.kubernetes.KubernetesRuntimeFactory

The problem is that when this is enabled, it causes an incorrect pulsar admin url to be used in the generated connector pod.

Related: https://github.com/apache/pulsar/issues/9213

pgier avatar Sep 08 '23 22:09 pgier

@pgier that problem has been resolved in Pulsar 2.8. do you still have the issue?

nicoloboschi avatar Jan 31 '24 12:01 nicoloboschi

Yes, I experienced this issue in 2.10. I didn't test with other versions. The workaround was to manually set functionRuntimeFactoryClassName to an empty string.

pgier avatar Feb 01 '24 01:02 pgier