[Samples] Make sample-pulsar-reader testable

This commit is contained in:
Chris Bono
2024-01-14 15:32:42 -06:00
committed by Chris Bono
parent 186e2397d2
commit 12334ffcfc
8 changed files with 200 additions and 61 deletions

View File

@@ -0,0 +1,7 @@
services:
pulsar:
image: 'apachepulsar/pulsar:3.1.2'
ports:
- '6650'
- '8080'
command: 'bin/pulsar standalone'