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

[Functions] Refactor Context and State API to allow plugging different state store implementations #8537

Merged
merged 6 commits into from
Nov 13, 2020

Conversation

sijie
Copy link
Member

@sijie sijie commented Nov 12, 2020

[Functions] Refactor Context and State API to allow plugining different state store implementations

This change is based on #8530

Motivation

Currently the state API is tied to bookkeeper table implementation. For users who already run a database, it
might be useful to allow users to configure to use a different state store backend.

This change refactors the context and state API to allow plugining different state store implementations

*Motivation*

The checkstyle violations were introduced by two concurrent merges
…nt state store implementations

*Motivation*

Currently the state API is tied to bookkeeper table implementation. For users who already run a database, it
might be useful to allow users to configure to use a different state store backend.

This change refactors the context and state API to allow plugining different state store implementations.
@sijie sijie added this to the 2.7.0 milestone Nov 12, 2020
@sijie sijie self-assigned this Nov 12, 2020
@sijie sijie merged commit 9aaa1cc into apache:master Nov 13, 2020
@sijie sijie deleted the introduce_state_api branch November 13, 2020 21:24
flowchartsman pushed a commit to flowchartsman/pulsar that referenced this pull request Nov 17, 2020
…t state store implementations (apache#8537)

*Motivation*

Currently, the state API is tied to bookkeeper table implementation. For users who already run a database, it
might be useful to allow users to configure to use a different state store backend.

This change refactors the context and state API to allow plugging different state store implementations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants