Skip to content

Commit

Permalink
Change the default for the dlq to be off by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerard Klijs committed Feb 13, 2024
1 parent c835ea9 commit c53fb83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public static class Builder {
private String host = "framework.console.axoniq.io";
private Boolean secure = true;
private Integer port = 7000;
private AxoniqConsoleDlqMode dlqMode = AxoniqConsoleDlqMode.FULL;
private AxoniqConsoleDlqMode dlqMode = AxoniqConsoleDlqMode.NONE;
private Long initialDelay = 0L;
private boolean disableSpanFactoryInConfiguration = false;
private final SpanMatcherPredicateMap spanMatcherPredicateMap = getSpanMatcherPredicateMap();
Expand Down

0 comments on commit c53fb83

Please sign in to comment.