This project illustrates how to work in Kotlin with Apache Pulsar.
A live-coding of this project is available on YouTube.
Another resource on coding for pulsar with Kotlin is also available on medium.
This project illustrates:
- how to serialize messages and send them to Pulsar (with or without schema)
- how to build a service consuming those messages
- how to organize a topic to receive messages of multiple types
- and more...