Open pgier opened 1 year ago
@pgier that problem has been resolved in Pulsar 2.8. do you still have the issue?
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.
Currently the operator set this in functions_worker.conf by default. This should not be set because it doesn't work.
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