0

I am looking at the plugins for Logstash and I noticed it had both an input and output plugin for kafka. For a single topic, can Logstash be used to forward kafka topic messages to another kafka server or should I expect there to be some data loss?

Archimedes Trajano
  • 505
  • 2
  • 8
  • 20

1 Answers1

0

Logstash is a extract/transform/load framework designed to handle log-structured data. It should be able to be that forwarder, and has the ability to transform the data while it is forwarding it.

sysadmin1138
  • 133,124
  • 18
  • 176
  • 300