hazelcast / hazelcast-nodejs-client

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

Missing Topic implementation #1522

Open willie68 opened 4 months ago

willie68 commented 4 months ago

Describe the bug In the documentation of the client features (https://hazelcast.com/developers/clients/), topics and reliable topics are marked as implemented. But unfortunately I can't find a corresponding method that gives me a topic. Only the ReliableTopic. Part of our eventing is based on topics. Are topics implemented and if so, how can I use them?

Expected behavior I would like to have a method getTopic(topicName) as it's implemented for ReliableTopics