简体   繁体   English

有什么方法可以将Kafka消息从一台服务器上的主题转发到另一台服务器上的主题?

[英]Is there any way to forward Kafka messages from topic on one server to topic on another server?

I have a scenario where we are forwarding our application logs to Kafka topic using fluentD agents, as Kafka team introduced Kerberos authentication and fluentD version not supporting this authentication, I cannot directly use forward logs. 我有一种情况,我们正在使用fluentD代理将应用程序日志转发到Kafka主题,因为Kafka团队介绍了Kerberos身份验证和不支持此身份验证的fluentD版本,因此我无法直接使用转发日志。 Now we have introduced a new Kafka server without authentication and created a topic there, I want forward messages from this topic in the new server to another topic in another server using Kafka connectors, want to know how I can achieve this? 现在,我们引入了一个新的未经过身份验证的Kafka服务器,并在其中创建了一个主题,我想使用Kafka连接器将消息从新服务器中的该主题转发到另一台服务器中的另一个主题,想知道如何实现?

There's several different tools that enable you to stream messages from a Kafka topic on one cluster to a different cluster, including: 有几种不同的工具可让您将消息从一个群集上的Kafka主题流式传输到另一个群集,包括:

Disclaimer: I work for Confluent. 免责声明:我为Confluent工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将消息从一个 Kafka 主题复制到另一个 Kafka 主题 - Replicating messages from one Kafka topic to another kafka topic 将消息从一个 Kafka 主题“推送”到另一个主题 - “Pushing” Messages From One Kafka Topic To Another 有没有办法在没有消费者的情况下从 Kafka 主题中读取消息? - Is there any way to read messages from Kafka topic without consumer? 使用偏移量/时间戳将消息从一个 Kafka 主题复制到另一个主题 - Copy messages from one Kafka topic to another using offsets/timestamps 如何从kafka服务器获取主题中的所有消息 - how to get the all messages in a topic from kafka server 如何将所有消息从一个 kafka 主题(avro 格式)复制和转换到另一个主题(json 格式) - How to copy and transform all messages from one kafka topic (in avro format) to another topic (in json format) 如何将 Kafka 消息从一个主题发送到另一个主题? - How to send Kafka message from one topic to another topic? 未收到来自 Kafka 主题的消息 - Not receiving messages from Kafka Topic 如何从kafka主题一个一个地使用消息 - How to consume messages one by one from a kafka topic 有没有办法使用kafka主题中的所有消息并在此之后停止轮询? - Is there a way to consume all the messages from kafka topic and stop polling after that?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM