Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 695 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 695 Bytes

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...

Event-drive app example