Commit aba226b
authored
Add Blue/Green Cluster Migration Feature to Client Matrix (#1083)
* Add Blue/Green Cluster Migration feature to client matrix
Add PIP-188 Blue/Green migration support information to the Pulsar Client
Feature Matrix for client, producer, consumer, and reader sections.
Changes:
- Add Blue/Green Cluster Migration section with PIP-188 support, minimum
broker version, and minimum client version for each language
- Add Blue/Green Migration Support entries to Producer, Consumer, and
Reader sections showing feature availability per client
Supported Clients:
- Java: Full support (broker 3.0.0+, client 3.3.4+/4.0.2+/4.1.0+)
- C++: Full support (broker 3.0.0+, client 3.5.0+)
- Go: Full support (broker 3.0.0+, client 0.13.0+)
- DotPulsar: Partial support (broker 3.0.0+, implementation unverified)
- Python: Not supported
- Node.js: Not supported
- Rust: Not supported
- .NET (F#): Not supported
This provides users with clear guidance on which clients support
zero-downtime cluster migration via PIP-188.
* Simplify Blue/Green Cluster Migration matrix entry
Remove nested sub-features and use single entry with support levels
(2=Full, 1=Partial, 0=Not Supported) consistent with other matrix entries.1 parent b4672f6 commit aba226b
1 file changed
+56
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
284 | 298 | | |
285 | 299 | | |
286 | 300 | | |
| |||
620 | 634 | | |
621 | 635 | | |
622 | 636 | | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
623 | 651 | | |
624 | 652 | | |
625 | 653 | | |
| |||
1123 | 1151 | | |
1124 | 1152 | | |
1125 | 1153 | | |
| 1154 | + | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
1126 | 1168 | | |
1127 | 1169 | | |
1128 | 1170 | | |
| |||
1406 | 1448 | | |
1407 | 1449 | | |
1408 | 1450 | | |
| 1451 | + | |
| 1452 | + | |
| 1453 | + | |
| 1454 | + | |
| 1455 | + | |
| 1456 | + | |
| 1457 | + | |
| 1458 | + | |
| 1459 | + | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
| 1464 | + | |
1409 | 1465 | | |
1410 | 1466 | | |
1411 | 1467 | | |
| |||
0 commit comments