Skip to content

Commit

Permalink
add kafkaConsumersAlwaysOn config
Browse files Browse the repository at this point in the history
  • Loading branch information
iyourshaw committed Dec 18, 2024
1 parent 62e22e7 commit 79b6fea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
@ConfigurationProperties("conflict.monitor.api")
public class ConflictMonitorApiProperties {

@Getter
@Setter
private boolean kafkaConsumersAlwaysOn;

private static int maximumResponseSize;
private static String cors;
private static final Logger logger = LoggerFactory.getLogger(ConflictMonitorApiProperties.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ kafka.topics:
cleanupPolicy: delete
retentionMs: 300000

conflict:
monitor:
api:
kafka-consumers-always-on: false

0 comments on commit 79b6fea

Please sign in to comment.