Pulsar connectivity

I need to store the output of logstash onto a pulsar topic. Looking at the documentation and other threads here, I couldn't find any leads on it. I could only get a git repo where we can use pulsar topic as an input to logstash.

Is there any way to use a pulsar topic as the output for logstash?

Thanks in advance :slight_smile:

Welcome to our community! :smiley:

What is a pulsar topic?

1 Like

Pulsar is an Apache pub-sub app. I doubt any existing output plugin would work.

There is a Java API from Apache, along with a couple of third-party Ruby client APIs that haven't been modified in years.

If my paycheck depended on making it work, I would have logstash write to kafka and then connect kafka to pulsar. An ugly hack, and a shop running pulsar could certainly have concerns about running kafka, but it saves writing an pulsar output plugin.

There may well be other systems for which there is both a logstash output and a pulsar source connector.

2 Likes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.