Amazon MSK Topic

0

Hi AWS,

Is it better and efficient to use multiple Kafka topics to deal with storing the request and response to process one at a time OR having one Kafka topic is good enough? What are the pros and cons of each approach?

Thanks

profile picture
質問済み 1年前446ビュー
1回答
0

What is your usecase? Normally depending on the data retention requirement the number of partitions in a cluster is a good a indicator.

Check the best practises here: https://docs.aws.amazon.com/msk/latest/developerguide/bestpractices.html

Also you can check this blog for MSK serverless: https://aws.amazon.com/blogs/big-data/create-more-partitions-and-retain-data-for-longer-in-your-msk-serverless-clusters/

profile pictureAWS
回答済み 1年前
  • Hi @rePost-User-2054795, here is the full use case:

    Database of customer numbers ==>Adapter (any language) reading that 300K customer numbers once a month and posting one customer number at a time to a remote REST API and receives the response and storing the response in S3. How do we get this done efficiently considering the facts on throughput, data storage, latency, error handling, retry mechanism, data loss prevention, queues/topics, folder structure, cost and accomplish in few hours. I also want to use Amazon EKS in the same architecture. Can you help me out ?

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ