apache / pulsar

Apache Pulsar - distributed pub-sub messaging system
https://pulsar.apache.org/
Apache License 2.0
13.94k stars 3.53k forks source link

[fix][fn] Support compression type and crypto config for all producers in Functions and Connectors #22950

Closed lhotari closed 1 week ago

lhotari commented 1 week ago

Fixes #22948

Motivation

See #22948. There are 2 locations in code where producers are created in Pulsar Functions and Connectors. The other location has been ignored for compression type support in #19470 and for crypto config in #8432.

Modifications

Documentation