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 73f2459 commit 42db1f0Copy full SHA for 42db1f0
src/main/java/com/cronos/onlinereview/config/TogglzFeatures.java
@@ -1,11 +1,13 @@
1
package com.cronos.onlinereview.config;
2
3
import org.togglz.core.Feature;
4
+import org.togglz.core.annotation.EnabledByDefault;
5
import org.togglz.core.annotation.Label;
6
import org.togglz.core.context.FeatureContext;
7
8
public enum TogglzFeatures implements Feature {
9
10
+ @EnabledByDefault
11
@Label("Send kafka message")
12
SEND_KAFKA_MESSAGE;
13
0 commit comments