docs: downgrade Connector Runtime Beta -> Experimental (follow-up to #5326, sync with #5328) - #5329
Merged
qqeasonchen merged 1 commit intoSep 3, 2026
Conversation
… doc with apache#5328 The capability status table marked Connector Runtime as Beta, but only 4 of 23 plugins (file/kafka/pulsar/rocketmq) carry unit tests; the rest are template implementations. Downgrade to Experimental and point at what has actually landed: data-loss hardening + SPI split into eventmesh-connector-api (apache#5328). - README.md / README.zh-CN.md: status row updated - docs/eventmesh-features.md §8: status paragraph + SPI module path fixed (top-level eventmesh-connector-api/, not under connector-plugin)
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.
Motivation
Follow-up to the docs-status sync (#5326, issue #5306): the capability status table marks Connector Runtime as Beta, but the connector review (under the #5296 architecture review) found that only 4 of 23 plugins (file/kafka/pulsar/rocketmq) carry unit tests — the rest are template implementations. Beta overstates maturity; this downgrades it to Experimental with an accurate note about what has actually landed.
Modifications
README.md— Connector Runtime row:Beta→Experimental, notes the 4/23 test coverage and links [ISSUE #5231#5232#5233] Harden ConnectorRuntime against data loss; split connector-api SPI module; add plugin unit tests (#4642) #5328 (data-loss hardening + SPI split)README.zh-CN.md— same row, Chinesedocs/eventmesh-features.md§8 — status paragraph rewritten (Experimental + rationale); SPI module path corrected to the new top-leveleventmesh-connector-api/(introduced by [ISSUE #5231#5232#5233] Harden ConnectorRuntime against data loss; split connector-api SPI module; add plugin unit tests (#4642) #5328; the old path undereventmesh-connector-plugin/never existed)#5288reference from the features doc (that issue is the sticky-mode heartbeat bug, unrelated to connector SPI migration)Documentation
Self-documenting: this PR is a docs change; the status tags in
docs/eventmesh-features.mdremain the single source of truth per #5306.Verifying this patch
Docs-only change; rendered both README tables and the §8 paragraph locally to confirm formatting.