bbejeck opened a new pull request, #21748:
URL: https://github.com/apache/kafka/pull/21748
- Add integration tests for session store migration (plain SessionStore
to SessionStoreWithHeaders), proxy mode, and downgrade scenarios
- Upadate changelog restoration for session stores with headers: the existing
`rawValueToHeadersValue()` converter prepends a timestamp which is correct
for KV stores but session stores whose format is
`[headersSize][headers][aggregation`] (no timestamp) don't need it. Added
a separate
`rawValueToSessionHeadersValue()` converter and updated
`StateManagerUtil.converterForStore()` to distinguish between timestamped
header-aware stores (KV) and non-timestamped header-aware stores (session)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]