Open source
Projects
Open-source code from my books, talks, and workshops — plus a few original Apache Pulsar projects.
View all on GitHub →Pulsar in Action
pulsar-in-action
The official code repository for the "Pulsar in Action" book (Manning).
Java ★ 48
GottaEat
The fictitious "GottaEat" food-delivery application used throughout "Pulsar in Action" to demonstrate real-world streaming patterns.
Java ★ 19
pulsar-in-action-go
Go examples accompanying "Pulsar in Action."
Go ★ 2
pulsar-in-action-python
Python examples accompanying "Pulsar in Action."
Python ★ 5
Workshops & Talks
Open-Source Projects
pulsar-nifi-bundle
Apache NiFi processors for reading from and writing to Apache Pulsar.
Java ★ 19
error-handling-in-pulsar
A framework demonstrating the behavior of various error-handling patterns in Apache Pulsar.
Java ★ 1
table-view-demo
A collection of demonstrations of Pulsar's TableView API.
Java ★ 2
pulsar-priority-consumer
A decorator for the Pulsar Consumer that prioritizes messages based on their contents and/or properties.
Java