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: segmentio/kafka-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.44
Choose a base ref
...
head repository: segmentio/kafka-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.45
Choose a head ref
  • 3 commits
  • 12 files changed
  • 2 contributors

Commits on Oct 16, 2023

  1. Changed AlterPartitionReassignments request to support multiple topics (

    #1204)
    
    * changed AlterPartitionReassignments request to support multiple topics
    
    * keep compatibility with existing code.
    Boris Granveaud authored Oct 16, 2023
    Copy the full SHA
    5b97cf9 View commit details
  2. Implementation of ListPartitionReassignments API (#1203)

    * implemented ListPartitionReassignments API.
    
    * fix nullable
    
    * fix lint
    
    * fix tag.
    Boris Granveaud authored Oct 16, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f2d9e08 View commit details

Commits on Oct 30, 2023

  1. add methods for parsing and stringifying acl related resources (#1218)

    * Add methods for marshalling/unmarshalling ACLOperationType and ACLPermissionType
    
    * Fix unknown types
    
    * Implement ResourceType
    
    * make function ordering more consistent
    
    * add patterntype and resourcetype
    
    * make capitalization consistent
    
    * add comment and test around ResourceTypeBroker and ResourceTypeCluster having same value
    petedannemann authored Oct 30, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    SimenB Simen Bekkhus
    Copy the full SHA
    c6378c3 View commit details
Loading