onobc commented on code in PR #407: URL: https://github.com/apache/pulsar-site/pull/407#discussion_r1105017893
########## docs/client-libraries.md: ########## @@ -22,6 +22,14 @@ Pulsar supports the following language-agnostic client libraries: | REST | [User doc](client-libraries-rest.md) | [Bundled](pathname:///release-notes/) | [Bundled](https://github.com/apache/pulsar/tree/master/pulsar-broker) | | WebSocket | [User doc](client-libraries-websocket.md) | [Standalone](pathname:///release-notes/client-ws) | [Bundled](https://github.com/apache/pulsar/tree/master/pulsar-websocket) | +:::note + +**Client / Broker compatibility** + +A design goal of Pulsar is to ensure full compatibility between the same major version clients and brokers, e.g. 2.x clients are compatible with all 2.x brokers, etc. Review Comment: I reached out and chatted w/ a few committers on client/broker compatibility as I found no mention of it in any docs. This is the general summarized consensus. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
