Skip to content

Commit

Permalink
Make node and c++ client compatibility table a link to github (#17935)
Browse files Browse the repository at this point in the history
Fixes #17786

### Motivation
* We want to make compatibility table single source because it is hard to keep all of them up-to-date.

### Modifications

* Make node and c++ client compatibility table a link to github.
  • Loading branch information
hrsakai authored Oct 5, 2022
1 parent 7b53bd9 commit ca052d4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions site2/docs/client-libraries-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ Follow [these instructions](client-libraries-cpp.md#compilation) and install the

### Compatibility

Compatibility between each version of the Node.js client and the C++ client is as follows:

| Node.js client | C++ client |
| :------------- | :------------- |
| 1.0.0 | 2.3.0 or later |
| 1.1.0 | 2.4.0 or later |
| 1.2.0 | 2.5.0 or later |
Compatibility between each version of the Node.js client and the C++ client is listed on [github](https://github.com/apache/pulsar-client-node/blob/master/README.md).

If an incompatible version of the C++ client is installed, you may fail to build or run this library.

Expand Down

0 comments on commit ca052d4

Please sign in to comment.