As we have discussed here and the PIP-254. The node client should specify the client version using the API ClientBuilder.descriptionexposed by the C++ client. Otherwise, when we retrieve the client version from the topic stats, it will show like Pulsar-CPP-vx.x.x instead of Pulsar-Node-vx.x.x.
As we have discussed here and the PIP-254. The node client should specify the client version using the API
ClientBuilder.description
exposed by the C++ client. Otherwise, when we retrieve the client version from the topic stats, it will show likePulsar-CPP-vx.x.x
instead ofPulsar-Node-vx.x.x
.