You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2021/02/03 16:17:05 UTC

[kafka] branch trunk updated (eb524ec -> 49f9229)

This is an automated email from the ASF dual-hosted git repository.

ijuma pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from eb524ec  MINOR: change modifier of ConsumerRecords(FetchedRecords) from public to package-private (#10036)
     add 49f9229  MINOR: Introduce ProducerIdGenerator trait (#10009)

No new revisions were added by this update.

Summary of changes:
 .../transaction/ProducerIdManager.scala            |  9 ++++-
 .../transaction/TransactionCoordinator.scala       | 16 ++++----
 core/src/main/scala/kafka/server/KafkaServer.scala |  5 ++-
 .../TransactionCoordinatorConcurrencyTest.scala    |  8 ++--
 .../transaction/TransactionCoordinatorTest.scala   | 44 +++++++++++-----------
 5 files changed, 45 insertions(+), 37 deletions(-)