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
feita há um ano446 visualizações
1 Resposta
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
respondido há um ano
  • 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 ?

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas