pulsar-client-hs
is a client for Apache Pulsar made over the C API of pulsar-client-cpp
.
See examples
directory.
for f in `ls includes/`; c2hsc --prefix=Pulsar.Client.Internal.Foreign includes/$f
Be sure to have includes in this style: #include <pulsar/c/reader.h>