stream-dns
stream-dns copied to clipboard
Support Pulsar as source for reccords
The record consumer should be able to get the record from pulsar. So we have to do:
- Add this to the configuration
- Create the pulsar consumer
- XOR on kafka or pulsar
The merge of #12 is still blocking because of issue #4055. Until they have fix this issue we'll not be able to build the project with the pulsar-go-client library. :confused:
The official pulsar client is still in WIP and based on C++ which make difficult to use it. We decided to use a non-official client: github.com/apache/pulsar-client-go.