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
I have confirmed that this should be classified as an enhancement rather than a bug/feature.
Summary
The current way to configure the producer compression type is through System.setProperty, which is process level.
When there are multiple topics in one process that need to produce messages, all topics will use the same type of compression method.
Motivation
When there are multiple topics in a process that need to produce messages, all topics will use the same type of compression method.So we can change compression configure at the producer instance level, user can create different producer instance to enable different type of compression.
Describe the Solution You'd Like
Configure production compression at the producer instance level instead of at the process level.
Describe Alternatives You've Considered
None.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
humkum
changed the title
[Enhancement] Configure production compression at the producer instance level instead of at the process level
[Enhancement] Configure production compression type at the producer instance level instead of at the process level
May 20, 2024
Before Creating the Enhancement Request
Summary
The current way to configure the producer compression type is through
System.setProperty
, which is process level.When there are multiple topics in one process that need to produce messages, all topics will use the same type of compression method.
Motivation
When there are multiple topics in a process that need to produce messages, all topics will use the same type of compression method.So we can change compression configure at the producer instance level, user can create different producer instance to enable different type of compression.
Describe the Solution You'd Like
Configure production compression at the producer instance level instead of at the process level.
Describe Alternatives You've Considered
None.
Additional Context
No response
The text was updated successfully, but these errors were encountered: