Skip to content

v0.0.1

Choose a tag to compare

@the-pavels the-pavels released this 19 Aug 09:47
· 578 commits to master since this release
e11aa6d

The very first release of neutron is here! 🚀

Fasten your seatbelts and get ready for takeoff! We are excited to announce that the very first official release neutron is ready.
In this release, we have everything we currently use in production to build Chatroulette on top of Apache Pulsar.

Neutron Core

This module has all the essential tools to communicate with Apache Pulsar. It includes a Scala wrapper for the Client, message Producer, Consumer and Reader.

Neutron Function

This module has all the essential tools to work with Pulsar Functions. It includes Context, Function and WindowFunction.