Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Enable dialogue clients by default (#4815)
Browse files Browse the repository at this point in the history
* Enable dialogue by default

* Add generated changelog entries
  • Loading branch information
iamdanfox authored Jun 1, 2020
1 parent 3470077 commit 60b3d3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
public interface RemotingClientConfig {
@Value.Default
default boolean enableDialogue() {
return false;
return true;
}
}
6 changes: 6 additions & 0 deletions changelog/@unreleased/pr-4815.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
type: feature
feature:
description: 'Atlasdb will now use dialogue clients by default. You can still opt-out
of this by setting `atlas-runtime: { remotingClient: { enableDialogue: false }}`'
links:
- https://github.com/palantir/atlasdb/pull/4815

0 comments on commit 60b3d3e

Please sign in to comment.