DBZ-555 Adding Denis Mikhaylov to COPYRIGHT.txt; formatting

This commit is contained in:
Gunnar Morling 2018-01-19 12:30:07 +01:00
parent 048f1323cd
commit 1bc9dec6f5
2 changed files with 25 additions and 29 deletions

View File

@ -11,6 +11,7 @@ Christian Posta
David Chen
David Leibovic
David Szabo
Denis Mikhaylov
Dennis Persson
Duncan Sands
Emrul Islam

View File

@ -109,8 +109,7 @@ public final class EmbeddedEngine implements Runnable {
public static final Field OFFSET_STORAGE_KAFKA_TOPIC = Field.create(DistributedConfig.OFFSET_STORAGE_TOPIC_CONFIG)
.withDescription("The name of the Kafka topic where offsets are to be stored. "
+ "Required with other properties when 'offset.storage' is set to the "
+
KafkaOffsetBackingStore.class.getName() + " class.")
+ KafkaOffsetBackingStore.class.getName() + " class.")
.withDefault("");
/**
@ -118,26 +117,22 @@ public final class EmbeddedEngine implements Runnable {
*
* @see #OFFSET_STORAGE
*/
public static final Field OFFSET_STORAGE_KAFKA_PARTITIONS = Field.create(DistributedConfig.OFFSET_STORAGE_PARTITIONS_CONFIG)
.withType(ConfigDef.Type.INT)
.withDescription("The number of partitions used when creating the offset storage topic. "
+ "Required with other properties when 'offset.storage' is set to the "
+
KafkaOffsetBackingStore.class.getName() + " class.");
+ KafkaOffsetBackingStore.class.getName() + " class.");
/**
* An optional field that specifies the replication factor for the {@link KafkaOffsetBackingStore}.
*
* @see #OFFSET_STORAGE
*/
public static final Field OFFSET_STORAGE_KAFKA_REPLICATION_FACTOR = Field.create(DistributedConfig.OFFSET_STORAGE_REPLICATION_FACTOR_CONFIG)
.withType(ConfigDef.Type.SHORT)
.withDescription("Replication factor used when creating the offset storage topic. "
+ "Required with other properties when 'offset.storage' is set to the "
+
KafkaOffsetBackingStore.class.getName() + " class.");
+ KafkaOffsetBackingStore.class.getName() + " class.");
/**
* An optional advanced field that specifies the maximum amount of time that the embedded connector should wait