You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Image and ImagePullPolicy to SinkSpec and SourceSpec
User can define connector image like streamnative/pulsar-io-hdfs:2.7.1 to Image
If no Image but JarLocation defined, which means it requires to fetch from Packages, then will use streamnative/pulsar-functions-java-runner by default
If no Image and JarLocation defined, use streamnative/pulsar-all by default
The text was updated successfully, but these errors were encountered:
Image
andImagePullPolicy
toSinkSpec
andSourceSpec
streamnative/pulsar-io-hdfs:2.7.1
toImage
Image
butJarLocation
defined, which means it requires to fetch fromPackages
, then will usestreamnative/pulsar-functions-java-runner
by defaultImage
andJarLocation
defined, usestreamnative/pulsar-all
by defaultThe text was updated successfully, but these errors were encountered: