A p12/pfx (PKCS-12) is a file format that carries certificates (keys).
Kafka accepts a jks (Java Key Store) format instead. You can port your
p12/pfx file-stored certificates into a jks file format using the
$JAVA_HOME/bin/keytool command, for use with Kafka and other Java
applications that work wi
Hey All,
Are there some guidelines / documentation around capacity planning for
Kafka streams?
We have a Streams application which consumes messages from a topic with 400
partitions. At peak time, there are around 20K messages coming into that
topic per second. The Streams app consumes these mess