If babun tab completion stops working, then do the following:
$ cd
$ compinit
$ cp .zcompdump .zcompdump-$HOSTNAME-$ZSH_VERSION
find . -name '@eaDir' -type d -print0 | xargs -0 rm -rfv |
Create a custom reassignment plan (see attached file inc-replication-factor.json
). In this case we are going from replication factor of 1 to 3.
Run Kafka partition reassignment script:
kafka-reassign-partitions --zookeeper $ZOOKEEPER_CONNECT \
--reassignment-json-file /home/liquidnt/inc-replication-factor.json \
--execute
Verify if the assignment was successful
curl --silent -H "User-Agent: sh-winkdex-app" "https://winkdex.com/api/v0/price" | jq .price/100 |
wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/7u79-b15/jdk-7u79-linux-x64.tar.gz
curl -v -j -k -L -H "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/7u79-b15/jdk-7u79-linux-x64.tar.gz > jdk-7u79-linux-x64.tar.gz
allprojects { project -> | |
configurations.all { | |
resolutionStrategy { | |
//... Fail eagerly on version conflict (includes transitive dependencies) | |
//... For e.g. multiple different versions of the same dependency (group and name are equal) | |
failOnVersionConflict() | |
//... Force certain versions of dependencies (including transitive) | |
force libraries.scala_library |
<logger name="scala.slick.jdbc.JdbcBackend.statement" level="DEBUG" /> |