Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-2852: support fixed transaction id suffix #2913

Closed
wants to merge 3 commits into from

Commits on Nov 23, 2023

  1. spring-projectsGH-2852: support fixed transaction id suffix

    add properties `maxCache` at `DefaultKafkaProducerFactory`, setting `maxCache` greater than zero can reuse `transactional.id`.
    
    Resolves spring-projects#2852
    Zhiyang.Wang1 committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    d30de4e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. spring-projectsGH-2852: support fixed transaction id suffix

    Introducing a new interface for generating transactionIdSuffix with a default increment implementation.
    
    Introducing a new interface for return the current transactionIdSuffix.
    
    Resolves spring-projects#2852
    Zhiyang.Wang1 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    90b6ea9 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Improving transactions.adoc

    Zhiyang.Wang1 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c19811f View commit details
    Browse the repository at this point in the history