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 has been archived by the owner on Jul 1, 2024. It is now read-only.
Currently during rewriting of partition data in encmod/src/main/java/io/strimzi/kafka/topicenc/EncryptionModule.java, a MemoryRecords builder is created mostly with default arguments. The builder however must be created with values matching the original request/response. This is a known limitation of the initial.
We do pass the baseOffset from the request but use default values for other fields such as compression type and timestamp type.
The derivation of the baseOffset must also be reviewed.
The text was updated successfully, but these errors were encountered:
Currently during rewriting of partition data in
encmod/src/main/java/io/strimzi/kafka/topicenc/EncryptionModule.java
, a MemoryRecords builder is created mostly with default arguments. The builder however must be created with values matching the original request/response. This is a known limitation of the initial.We do pass the baseOffset from the request but use default values for other fields such as compression type and timestamp type.
The derivation of the baseOffset must also be reviewed.
The text was updated successfully, but these errors were encountered: