-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
document required default config (#1530)
- Loading branch information
1 parent
ab03572
commit a4ef0be
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
project.description: Release notes for all Alpakka Kafka 3.0.x releases. | ||
--- | ||
# Alpakka Kafka 3.0.x | ||
|
||
@@@ note | ||
In case you are browsing a specific version's documentation: check out the [latest release notes](https://github.com/akka/alpakka-kafka/releases) | ||
@@@ | ||
|
||
# 3.0.1 | ||
|
||
## Noteworthy | ||
|
||
This version [bumped the kafka client](https://github.com/akka/alpakka-kafka/pull/1490) which changes a default config as mentiond [here](https://cwiki.apache.org/confluence/display/KAFKA/KIP-679%3A+Producer+will+enable+the+strongest+delivery+guarantee+by+default). The following error can show up in the logs: | ||
|
||
``` | ||
org.apache.kafka.common.errors.ClusterAuthorizationException: Cluster authorization failed | ||
``` | ||
|
||
In that case the following config needs to be provided in order to set the right default: | ||
|
||
``` | ||
akka.kafka.producer.kafka-clients.enable.idempotence=false | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
|
||
@@@ index | ||
|
||
* [3.0.x](3.0.x.md) | ||
* [2.1.x](2.1.x.md) | ||
* [2.0.x](2.0.x.md) | ||
* [1.1.x](1.1.x.md) | ||
|