tips icon indicating copy to clipboard operation
tips copied to clipboard

TiKV based Pub/Sub server

Results 13 tips issues
Sort by recently updated
recently updated
newest added

# Modules - [x] store @shafreeck https://github.com/tipsio/tips/pull/10 - [x] http @YIDWang https://github.com/tipsio/tips/pull/12 - [ ] tips @gengxinMT Please translate your comments and check the above checkbox when is done

enhancement

See https://github.com/tipsio/tips/issues/8

# Open source * [Apache Pulsar](https://pulsar.apache.org/docs/en/concepts-architecture-overview/) * [NATS Streaming](https://nats.io/documentation/streaming/nats-streaming-intro/) * [NSQ](https://nsq.io/) * [Redis Streams](https://redis.io/topics/streams-intro) * [Kafka](https://kafka.apache.org/) # Cloud Service * [Google Cloud Pub/Sub](https://cloud.google.com/pubsub/) * [Amazon SNS](https://aws.amazon.com/sns/) # Features to research...

# Roadmap draft ## 1. Bootstrap * Internationalize the code and documents. * Do some research on the mainstream alternative projects. ## 2. Pub/Sub stable API. * Remove unused concepts...

enhancement