Skip to content

A proof of concept experimenting with a few Apache Pulsar concepts in Kotlin

Notifications You must be signed in to change notification settings

ypt/experiment-kotlin-pulsar

Repository files navigation

experiment-kotlin-pulsar

A proof of concept experimenting with a few Pulsar concepts in Kotlin, particularly:

  1. Schemas
  2. Multi-topic subscriptions

Try it out

Start Pulsar via Docker

$ docker run -it \
  -p 6650:6650 \
  -p 8080:8080 \
  -v $PWD/data:/pulsar/data \
  apachepulsar/pulsar:2.6.0 \
  bin/pulsar standalone

Build and run this app

$ ./gradlew run

To try the different examples, uncomment them out in experiment/kotlin/pulsar/App.kt

About

A proof of concept experimenting with a few Apache Pulsar concepts in Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages