We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a6f9d commit 388a637Copy full SHA for 388a637
client/src/main/java/io/hstream/impl/DefaultSettings.java
@@ -6,5 +6,5 @@ public class DefaultSettings {
6
7
public static final int APPEND_RETRY_MAX_TIMES = 5;
8
9
- public static final String DEFAULT_ORDERING_KEY = "__default__";
+ public static final String DEFAULT_ORDERING_KEY = "";
10
}
0 commit comments