Can we have redis pub/sub like feature on aerospike

can we have redis pub/sub like feature on aerospike create large number of 1)topics on the fly and topic only exists if subscriber is there

I do not know the specifics of the feature that you are referring to, but it is possible to implement the functionality yourself using Aerospike’s LIST type. You can also use an outbound streaming connector to get a general publish/subscribe capability where a write to Aerospike can be published to one or more configured message bus/topics for subscribers to pick up from.

1 Like

thanks @neelp will go through it and will get back to you :slight_smile: