hazelcast / hazelcast-nodejs-client

Hazelcast Node.js Client
https://hazelcast.com/clients/node-js/
Apache License 2.0
150 stars 58 forks source link

[TRACKING ISSUE] Fix the `ReliableTopicConfig.setName` method to allow empty names [HZ-2274] [API-2172] #1514

Open hz-devops-test opened 9 months ago

hz-devops-test commented 9 months ago

The tracking issue for the Java side PR.

See https://github.com/hazelcast/hazelcast/pull/26010 for details.


Fixed the ReliableTopicConfig.setName method to allow empty namesThe method is also inline with the constructor which accepts empty name.

fixes https://hazelcast.atlassian.net/browse/HZ-2274