Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kafka-python-ng/kafka-python-ng
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: kafka-python-ng/kafka-python-ng
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.1
Choose a head ref
  • 2 commits
  • 5 files changed
  • 3 contributors

Commits on Apr 3, 2024

  1. Add connection_timeout_ms and reset the timeout counter more often (#132

    )
    
    * Add connection_timeout_ms and reset the timeout counter more often
    
    * Refactor last_attempt -> last_activity
    This semantically reflects the new usage of the variable better
    
    * Make tests work again
    
    * Add unit tests of new BrokerConnection functionality
    The test mocks parts of BrokerConnection in order to assert that the connection state machine allows long-lasting connections as long as the state progresses often enough
    
    * Re-introduce last_attempt to avoid breakage
    
    ---------
    
    Co-authored-by: Liam S. Crouch <spam@petterroea.com>
    wbarnha and petterroea authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6c9eb37 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    6756974 View commit details
    Browse the repository at this point in the history
Loading