简体   繁体   English

将消息从一个 Kafka 主题“推送”到另一个主题

[英]“Pushing” Messages From One Kafka Topic To Another

So, I have been tasked with setting up a kafka to kafka streaming service, whereby my company will send kafka messages from our topics, to a customers kafka topic.因此,我的任务是设置 kafka 到 kafka 流媒体服务,我的公司将通过该服务将 kafka 消息从我们的主题发送到客户的 kafka 主题。

What would be the best tool for this job?这项工作的最佳工具是什么?

If you are looking for replication then you should be looking at mirror maker.如果您正在寻找复制,那么您应该查看镜像制造商。 https://cwiki.apache.org/confluence/display/KAFKA/KIP-382%3A+MirrorMaker+2.0 https://cwiki.apache.org/confluence/display/KAFKA/KIP-382%3A+MirrorMaker+2.0

If you don't control the source of destination end point then you might need to do more with access control.如果您不控制目标端点的源,那么您可能需要对访问控制做更多的事情。 The question is a little under specified, but in any case looking at what mirror maker does and how it works is a good starting point.这个问题有点不明确,但无论如何,看看镜子制造商做什么以及它是如何工作的,这是一个很好的起点。

If you need something more comprehensive that will work with sources or destinations that are not Kafka then this is something you might want to look at.如果您需要更全面的东西来处理非 Kafka 的源或目的地,那么这就是您可能想要查看的东西。 https://github.com/linkedin/brooklin https://github.com/linkedin/brooklin

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

相关问题 将消息从一个 Kafka 主题复制到另一个 Kafka 主题 - Replicating messages from one Kafka topic to another kafka topic 使用偏移量/时间戳将消息从一个 Kafka 主题复制到另一个主题 - Copy messages from one Kafka topic to another using offsets/timestamps 将 UDP 消息推送到 Kafka 主题 - Pushing UDP messages to Kafka topic 有什么方法可以将Kafka消息从一台服务器上的主题转发到另一台服务器上的主题? - Is there any way to forward Kafka messages from topic on one server to topic on another 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 consume messages one by one from a kafka topic 如何将 Kafka 消息从一个主题发送到另一个主题? - How to send Kafka message from one topic to another topic? 未收到来自 Kafka 主题的消息 - Not receiving messages from Kafka Topic 将消息从一个Kafka群集流式传输到另一个群集 - Streaming messages from one Kafka Cluster to another 如何修改保存在一个kafka主题中的来自Twitter API的消息并将其发送到另一个kafka主题 - How to modify message from Twitter API saved in one kafka topic and send it to another kafka topic
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM