我需要从第三方kafka流端点流化消息,然后将这些消息发送到azure事件中心进行处理。
目前,高水平的设计如下:
1. Create a Consumer using the Confluent dotnet client library
2. Create a batch(not sure how many messages yet). To reduce requests.
3. Use Azure.Messaging.EventHub to send those message batches to EventHub.
4. This all would run in an Azure app service as a web job.
有没有其他方法不需要这种零碎的方法?我也见过其他产品,比如mirror maker,还有一些关于kafka事件中心的帖子,但是当你拥有kafka客户端时,你可以使用事件中心作为psuedo-kafka代理。
这看起来合理吗?
暂无答案!
目前还没有任何答案,快来回答吧!