-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: IBM/sarama
base: v1.41.0
head repository: IBM/sarama
compare: v1.41.1
- 16 commits
- 32 files changed
- 5 contributors
Commits on Aug 21, 2023
-
fix(proto): handle V3 member metadata and empty owned partitions
Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for e9bd1b8 - Browse repository at this point
Copy the full SHA e9bd1b8View commit details
Commits on Aug 22, 2023
-
fix(doc): add missing doc for mock consumer
The mock SetTopicMetadata entry stopped mid sentence, add remaining details. Fixes: #2374 Signed-off-by: hsweif <alex93179@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9282d75 - Browse repository at this point
Copy the full SHA 9282d75View commit details -
chore(lint): bump golangci-lint and tweak config
- bump golangci-lint to v1.54.2 - enable a few additional gocritic checks - fix the association linter warnings Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 2b4ba74 - Browse repository at this point
Copy the full SHA 2b4ba74View commit details
Commits on Aug 23, 2023
-
chore(docs): add 1.41.0 to CHANGELOG.md
Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for b1bf950 - Browse repository at this point
Copy the full SHA b1bf950View commit details
Commits on Aug 24, 2023
-
chore(ci): improve stale behaviour
- pull in @main to get "continuation" behaviour from PR 1033 - set 'ascending' to process issues in least-recently-updated order Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for bbf6ee4 - Browse repository at this point
Copy the full SHA bbf6ee4View commit details -
chore(ci): add workflow_dispatch to stale
This permits manual triggering Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 261043a - Browse repository at this point
Copy the full SHA 261043aView commit details -
chore(docs): remove gopkg.in link
Using gopkg.in doesn't work for versions >1.20.1 as once a `go.mod` file exists, the go tooling enforces that the import path must match. Fixes #1510 Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 09395f6 - Browse repository at this point
Copy the full SHA 09395f6View commit details -
chore(ci): ignore .md-only changes
No need to run the workflows if the only changes are to markdown documentation Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for c7e6bca - Browse repository at this point
Copy the full SHA c7e6bcaView commit details -
chore(gh): add new style issue templates
Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 78c7b63 - Browse repository at this point
Copy the full SHA 78c7b63View commit details -
fix(gh): correct issue template comments
Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for ffaa252 - Browse repository at this point
Copy the full SHA ffaa252View commit details
Commits on Aug 25, 2023
-
fix: add paragraph break to fix markdown render
Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 503ade3 - Browse repository at this point
Copy the full SHA 503ade3View commit details
Commits on Aug 29, 2023
-
chore(proto): doc CreateTopics/JoinGroup fields
Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for a4eafb4 - Browse repository at this point
Copy the full SHA a4eafb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for dedd86d - Browse repository at this point
Copy the full SHA dedd86dView commit details
Commits on Aug 30, 2023
-
fix(client): force Event Hubs to use V1_0_0_0 (#2633)
The problem with supporting Azure Event Hubs is that it isn't Apache Kafka under the covers, it's an intermediate proxy that supports a subset of the Kafka APIs at various versions and then maps them onto Event Hubs protocol(s) at the backend. As as result Sarama's current mechanism of specifying the KAFKA_VERSION to determine what protocol versions to support and use doesn't really work properly with Event Hubs because it supports an unusual set of protocols and even defines minimum versions for ProduceRequest (v3) and FetchRequest (v4). For some reason EventHubs is very behind on FetchRequest and MetadataRequest so the max configuration you can use in Sarama is V1_0_0_0 and the minimum is V0_11_0_0. As we have recently bumped the default Version to V2_1_0_0 and support a wider range of protocol versions, we're more likely to see issues raised by Event Hubs users unless they have already pinned their version correctly. To try and prevent this, attempt to detect use with Event Hubs by inspecting the bootstrap broker addresses and overriding the Version. Contributes-to: #2470 Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for ae5eee5 - Browse repository at this point
Copy the full SHA ae5eee5View commit details -
fix: add retry logic to AlterUserScramCredentials
According to KIP-554, the AlterUserScramCredentialsRequest description states: It will be will be sent to the controller and will return NOT_CONTROLLER if the receiving broker is not the controller. so this request should handle retries. Signed-off-by: Mark Hindess <mark.hindess@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 87229d9 - Browse repository at this point
Copy the full SHA 87229d9View commit details -
Signed-off-by: Mark Hindess <mark.hindess@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f3c4194 - Browse repository at this point
Copy the full SHA f3c4194View commit details
There are no files selected for viewing
This file was deleted.