Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-1639

Support control messages in Kafka

Attach filesAttach ScreenshotAdd voteVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      The current transactionality proposal (https://cwiki.apache.org/confluence/display/KAFKA/Transactional+Messaging+in+Kafka) and implementation use control messages to handle transactions in Kafka. Kafka traditionally hasn't had control messages in its topics. Transactionality (as it's implemented) introduces this pattern, but appears to do so in a very specific fashion (control messages only for transactions).

      It seems to me that a good approach to control messages would be to generalize the control message model in Kafka to support not just transaction control messages, but arbitrary control messages. On the producer side, arbitrary control messages should be allowed to be sent, and on the consumer side, these control messages should be dropped by default.

      Just like transactionality, this would let frameworks (e.g. Samza) and other app-specific implementations take advantage of in-topic control messages (as opposed to out of band control messages) without any impact on existing consumers.

      Attachments

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned
            criccomini Chris Riccomini

            Dates

              Created:
              Updated:

              Slack

                Issue deployment