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
demandé il y a un an448 vues
1 réponse
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
répondu il y a un an
  • 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 ?

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions