stream-dns icon indicating copy to clipboard operation
stream-dns copied to clipboard

Support Pulsar as source for reccords

Open waxzce opened this issue 5 years ago • 2 comments

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

waxzce avatar Apr 08 '19 15:04 waxzce

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:

NotBad4U avatar Jul 04 '19 08:07 NotBad4U

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.

NotBad4U avatar Jan 22 '20 09:01 NotBad4U