Skip to content

Commit

Permalink
DBZ-6361 Remove superfluous signal prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
MyLanPangzi authored and jpechane committed Apr 19, 2023
1 parent 12bec97 commit aa25de9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -81,7 +81,7 @@ public class KafkaSignalThread<T extends DataCollectionId> {
.withValidation(Field::isRequired);

public static final Field SIGNAL_POLL_TIMEOUT_MS = Field.create(CONFIGURATION_FIELD_PREFIX_STRING
+ "signal.kafka.poll.timeout.ms")
+ "kafka.poll.timeout.ms")
.withDisplayName("Poll timeout for kafka signals (ms)")
.withType(ConfigDef.Type.INT)
.withWidth(ConfigDef.Width.SHORT)
Expand Down

0 comments on commit aa25de9

Please sign in to comment.