A tiny Pulsar + Arrow experiment.
- Rust
- Docker
docker run -it --rm -p 6650:6650 -p 8080:8080 apachepulsar/pulsar bin/pulsar standaloneThis starts a standalone Pulsar service available at pulsar://localhost:6650.
cargo run pulsar://localhost:6650Starts a producer and consumer with Arrow IPC messages.
🐬
cargo benchLicensed under the Apache-2.0 license. See LICENSE.