Skip to content

Commit 42db1f0

Browse files
committed
enable kafka switch by default
1 parent 73f2459 commit 42db1f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/cronos/onlinereview/config/TogglzFeatures.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
package com.cronos.onlinereview.config;
22

33
import org.togglz.core.Feature;
4+
import org.togglz.core.annotation.EnabledByDefault;
45
import org.togglz.core.annotation.Label;
56
import org.togglz.core.context.FeatureContext;
67

78
public enum TogglzFeatures implements Feature {
89

10+
@EnabledByDefault
911
@Label("Send kafka message")
1012
SEND_KAFKA_MESSAGE;
1113

0 commit comments

Comments
 (0)