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
Right now, compression is only configured in the producer. We may want to have the ability to define the default topic level compression, and then producers will use that by default
The text was updated successfully, but these errors were encountered:
Client and Connector will use topic metadata to select compression based on the setting.
For None, SPU will reject any compressed data,
For Any, SPU will accept any data. The producer will use the default compression algorithm.
For Specific Compression settings, SPU must reject any other types of compressed data.
Right now, compression is only configured in the producer. We may want to have the ability to define the default topic level compression, and then producers will use that by default
The text was updated successfully, but these errors were encountered: