Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

In Kafka, there are three (and just three) ways to deliver messages

Pragya Keshap answered on February 11, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Kafka only provides a _________ order over messages within a partition.
  • How Kafka works?
  • What are some of the features of Kafka?
  • What are the traditional methods of message transfer? How is Kafka better from them?
  • Why is Kafka technology significant to use?
  • What can you do with Kafka?
  • What exactly does Kafka do?
  • What is Kafka used for?
  • Writing to Kafka
  • What are some of the features of Kafka?
  • kafka basics

  • In Kafka, there are three (and just three) ways to deliver messages

    0

    Never redelivered: The messages may be lost because, once delivered, they are not sent again.

    May be redelivered: The messages are never lost because, if it is not received, the message can be sent again.

    Delivered once: The message is delivered exactly once. This is the most difficult form of delivery; since the message is only sent once and never redelivered, it implies that there is zero loss of any message.

    https://learning.oreilly.com/library/view/kafka-the-definitive/9781491936153/ch04.html

    Popularity 1/10 Helpfulness 1/10 Language java
    Source: Grepper
    Tags: java messages
    Link to this answer
    Share Copy Link
    Contributed on Feb 11 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.