diff --git a/pom.xml b/pom.xml index 155dca3ea..d5865a040 100644 --- a/pom.xml +++ b/pom.xml @@ -13,8 +13,9 @@ 2.12 2.12.4 - 2.5.1 - 0.16 + 2.5.13 + 0.22 + 1.1.0 1.8.3 3.1.0 2016.11-RC6-SNAPSHOT @@ -111,12 +112,12 @@ org.apache.kafka kafka-clients - 0.11.0.0 + ${kafka.version} org.apache.kafka connect-json - 0.11.0.0 + ${kafka.version} org.bouncycastle diff --git a/src/main/scripts/kafka/config/kafka.properties b/src/main/scripts/kafka/config/kafka.properties index 07dcc80ff..860d84af8 100644 --- a/src/main/scripts/kafka/config/kafka.properties +++ b/src/main/scripts/kafka/config/kafka.properties @@ -72,7 +72,7 @@ log.dirs=tmp/kafka # The default number of log partitions per topic. More partitions allow greater # parallelism for consumption, but this will also result in more files across # the brokers. -num.partitions=10 +num.partitions=3 # The number of threads per data directory to be used for log recovery at startup and flushing at shutdown. # This value is recommended to be increased for installations with data dirs located in RAID array.