hazelcast / hazelcast-csharp-client

Hazelcast .NET Client
https://hazelcast.com/clients/dotnet/
Apache License 2.0
102 stars 49 forks source link

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

Open hz-devops-test opened 11 months ago

hz-devops-test commented 11 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