Skip to content

Latest commit

 

History

History

pulsar-client-hs

pulsar-client-hs

pulsar-client-hs is a client for Apache Pulsar made over the C API of pulsar-client-cpp.

Quick Start

See examples directory.

Regenerate hsc files

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>