Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Public-Facing Changes

I'm expecting the public interface to stay the same, as well as the API contracts.

  • Java Doc

    • New Exception thrown
    • Behavioral Change

Summary

This document highlights our effort to refactor the current KafkaConsumer. This project aims to address issues and shortcomings we've encountered in the past years, such as increasing code complexity and readability, concurrency bugs, rebalancing issues, and, lastly, the enable KIP-848.

...