Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KAFKA-15215: KIP-954, fully customizable default DSL store type #1

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

ableegoldman
Copy link

@ableegoldman ableegoldman commented Jul 19, 2023

POC to accompany KIP-954

See KAFKA-15215

@ableegoldman ableegoldman changed the title KIP-954: fully customizable default DSL store type KAFKA-15215: KIP-954, fully customizable default DSL store type Jul 19, 2023
} else {
switch (materialized.storeType()) {
case IN_MEMORY:
supplier = Stores.inMemorySessionStore(
materialized.storeName(),
Duration.ofMillis(retentionPeriod)
Copy link
Author

Choose a reason for hiding this comment

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

@agavra see this for example

ableegoldman pushed a commit that referenced this pull request Nov 30, 2023
This change introduces some basic clean up and refactoring for forthcoming commits related to the revised fetch code for the consumer threading refactor project.

Reviewers: Christo Lolov <[email protected]>, Jun Rao <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant