Update contract changes for KIP-848 regex subscription - #5251
Merged
Pranav Rathi (pranavrth) merged 2 commits intoFeb 25, 2026
Merged
Update contract changes for KIP-848 regex subscription#5251Pranav Rathi (pranavrth) merged 2 commits into
Pranav Rathi (pranavrth) merged 2 commits into
Conversation
|
🎉 All Contributor License Agreements have been signed. Ready to merge. |
There was a problem hiding this comment.
Pull request overview
This PR documents contract changes related to KIP-848's regex subscription handling, specifically the shift from client-side to broker-side regex matching with a different regex engine.
- Adds documentation for regex subscription behavior changes in the KIP-848 consumer protocol
- Documents the migration from libc regex engine (client-side) to Google RE2/J engine (broker-side)
- Provides a concrete example of regex pattern incompatibility between protocols
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Emanuele Sabellico (emasab)
requested changes
Dec 1, 2025
airlock-confluentinc
Bot
force-pushed
the
dev_kip848_regex-contract-change-update-doc
branch
from
February 25, 2026 16:35
0402059 to
7b49a53
Compare
Emanuele Sabellico (emasab)
approved these changes
Feb 25, 2026
Emanuele Sabellico (emasab)
left a comment
Contributor
There was a problem hiding this comment.
LGTM, Thanks Pranav!
Pranav Rathi (pranavrth)
deleted the
dev_kip848_regex-contract-change-update-doc
branch
February 25, 2026 17:01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.