Uploaded image for project: 'Product Technical Learning'
  1. Product Technical Learning
  2. PTL-7899

AD482-9: Expand ways to send records to Kafka

XMLWordPrintable

    • -1
    • en-US (English)

      URL:
      Reporter RHNID:
      Section: -
      Language: en-US (English)|||||||||
      Workaround:

      Description: In ch02s07, we write:

      Ways of sending records to Kafka:
      1. fire-and-forget
      2. synchronous
      3. asynchronous
      

      This needs better distinction, because fire-and-forget seems asynchronous.

      Additionally, producers can send messages by using the following modes:

      1. At most once
      2. At least once
      3. Exactly once

      Original feedback by Liam Clarke-Hutchinson:

      Not sure what this means as you're unless using acks = 0, all producer sends are blocking until expected acks are received.acks = 0, yep, fire and forget, "at most once" delivery guarantee.
      acks = 1 "at least once"
      acks = all "exactly once"

              rht-jramirez Jaime Ramirez
              mczernek@redhat.com Marek Czernek (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: