Skip to content

Commit c75332b

Browse files
Update Constants.java
fixing an incorrect constant in the merge
1 parent 8a36bd9 commit c75332b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/appdynamics/extensions/kafka/utils/Constants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class Constants {
4444

4545
public static final String GROUPID = "group_id";
4646

47-
public static final String TOPIC = "topic";
47+
public static final String TOPIC = "lagTopics";
4848

4949

5050
}

0 commit comments

Comments
 (0)