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
{{ message }}
This repository was archived by the owner on Dec 14, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
I want to configure a CryptoKeyReader with both a FlinkPulsarSource and a FlinkPulsarSink. I found that this isn't possible just by making settings in the Properties parameter (see also #11562 in the apache/pulsar project).
Describe the solution you'd like
Possibility to pass an instance of CryptoKeyReader as an argument to the construction of FlinkPulsarSource and FlinkPulsarSink.
Describe alternatives you've considered
Specify a class name in the properties and do a PR in the pulsar project that instantiates it. However, in most cases you'll want to configure the CryptoKeyReader and a no-arg instance would be useless. So it's not a good idea.
Is your feature request related to a problem? Please describe.
I want to configure a
CryptoKeyReaderwith both aFlinkPulsarSourceand aFlinkPulsarSink. I found that this isn't possible just by making settings in thePropertiesparameter (see also #11562 in the apache/pulsar project).Describe the solution you'd like
Possibility to pass an instance of
CryptoKeyReaderas an argument to the construction ofFlinkPulsarSourceandFlinkPulsarSink.Describe alternatives you've considered
Specify a class name in the properties and do a PR in the pulsar project that instantiates it. However, in most cases you'll want to configure the
CryptoKeyReaderand a no-arg instance would be useless. So it's not a good idea.Additional context
Also asked about it on Slack.