https://github.com/fregate/ompulsar
Output module for Apache Pulsar message broker
https://github.com/fregate/ompulsar
Last synced: over 1 year ago
JSON representation
Output module for Apache Pulsar message broker
- Host: GitHub
- URL: https://github.com/fregate/ompulsar
- Owner: fregate
- License: mit
- Created: 2023-03-16T08:06:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T04:18:13.000Z (over 3 years ago)
- Last Synced: 2024-04-17T15:17:04.025Z (about 2 years ago)
- Language: C
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ompulsar
## Output module for Apache Pulsar message broker for rsyslog
Apache Pulsar is a message broker I'd like to add support to `rsyslog` as output module
This is early prototype.
I do not follow `rsyslog` code-style rules (do not use macros for function definitions, because it not useful with modern IDE with code folding).
It uses `cmake` for build (because Apache Pulsar C++ client uses it and do not have plans to support `autoconf`/`make`)