Skip to content

Commit 412decf

Browse files
committed
Sonar
1 parent 0fb5853 commit 412decf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

streams-bootstrap-core/src/main/java/com/bakdata/kafka/streams/StreamsConfigX.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ public List<String> getBoostrapServers() {
9191
return this.getList(StreamsConfig.BOOTSTRAP_SERVERS_CONFIG);
9292
}
9393

94+
/**
95+
* Check if adding lineage headers is enabled. This is controlled by {@link #LINEAGE_ENABLED_CONFIG}
96+
*
97+
* @return true if lineage headers are added to streams and tables
98+
*/
9499
public boolean isLineageEnabled() {
95100
return this.getBoolean(LINEAGE_ENABLED_CONFIG);
96101
}

0 commit comments

Comments
 (0)