Skip to content

KAFKA-20158: Enable SessionStore with headers in DSL #21600

Open
bbejeck wants to merge 11 commits intoapache:trunkfrom
bbejeck:KAFKA-20158_rocks_db_session_store_w_headers_DSL_integration
Open

KAFKA-20158: Enable SessionStore with headers in DSL #21600
bbejeck wants to merge 11 commits intoapache:trunkfrom
bbejeck:KAFKA-20158_rocks_db_session_store_w_headers_DSL_integration

Conversation

@bbejeck
Copy link
Member

@bbejeck bbejeck commented Feb 27, 2026

Adding support for DSL integration with SessionStores with header in
support of
KIP-1271

@bbejeck bbejeck changed the title KAFKA-20158: Rocks db session store w headers dsl integration KAFKA-20158: Enable SessionStore with headers in DSL Feb 27, 2026

agg = aggregator.apply(record.key(), record.value(), agg);
final Windowed<KIn> sessionKey = new Windowed<>(record.key(), mergedWindow);
final Headers combinedHeaders = combineHeaders(merged, record.headers());
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RIght now we are combining headers - could be problematic for large sessions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant