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

[DO NOT MERGE -- WIP] KAFKA-13722: remove usage of old ProcessorContext #18292

Open
wants to merge 3 commits into
base: trunk
Choose a base branch
from

Conversation

mjsax
Copy link
Member

@mjsax mjsax commented Dec 21, 2024

We want to deprecate and remove the old ProcessorContext. Thus, we need
to refactor Kafka Streams runtime code, to not make calls into the old
ProcessorContext but only into new code path.

Note: the second commit is only to verify that we don't make any calls into the old ProcessorContext any longer.

We want to deprecate an remove the old ProcessorContext. Thus, we need
to refactor Kafak Streams runtime code, to not make calls into the old
ProcessorContext but only into new code path.
@mjsax mjsax added the streams label Dec 21, 2024
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