Open freeznet opened 1 year ago
which version(tag) does the java runtime image introduce this feature?
we may need to keep the webhook for old image
@jiangpengcheng I do not have the specific image tags containing the fix, but you could check https://github.com/apache/pulsar/pull/18111 and streamnative/pulsar
fork
https://github.com/streamnative/function-mesh/issues/131 added the inferring
typeClassName
feature to Pulsar Functions Java runtime, but the webhook prevents the user from providingnull
totypeClassName
. We will need to fix it by removing the webhook Defaulter to enable the new feature for Function Mesh users.