Skip to content

Commit

Permalink
[#3510] Hotfix Kafka app replication factor
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Pröschel committed Aug 1, 2022
1 parent 36cccd6 commit 5d44b46
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.47.0
0.47.1
17 changes: 14 additions & 3 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ title: Changelog
sidebar_label: 📝 Changelog
---

## 0.47.1

#### Hotfix

* [[#3510](https://github.com/airyhq/airy/issues/3510)] Fix Kafka replication factor setting

#### Airy CLI

You can download the Airy CLI for your operating system from the following links:

[MacOS](https://airy-core-binaries.s3.amazonaws.com/0.47.1/darwin/amd64/airy)
[Linux](https://airy-core-binaries.s3.amazonaws.com/0.47.1/linux/amd64/airy)
[Windows](https://airy-core-binaries.s3.amazonaws.com/0.47.1/windows/amd64/airy.exe)

## 0.47.0

#### Changes
Expand Down Expand Up @@ -1222,6 +1236,3 @@ You can download the Airy CLI for your operating system from the following links
## Hotfix 0.26.2

[[#2187](https://github.com/airyhq/airy/issues/2187)] Hotfix chat plugin async bundle loading failed on installed websites
## Hotfix 0.26.1

[[#2181](https://github.com/airyhq/airy/issues/2181)] Fixes chat plugin integration crashing with empty config
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class KafkaStreamsConfig {
@Value("${kafka.session.timeout.ms:30000}")
private int sessionTimeoutMs;

@Value("${kafka.replication.factor:3}")
@Value("${kafka.replication.factor:1}")
private int replicationFactor;

@Value("${kafka.heartbeat.interval.ms:10000}")
Expand Down

0 comments on commit 5d44b46

Please sign in to comment.