|
support for 2.4.1
Does the new 0.17 operator uses kafka-connect 2.4.1 ? or still the 2.4.1 image?
Does the new 0.17 operator uses kafka-connect 2.4.1 ? or still the 2.4.1 image?
|
By
alonisser@...
·
#45
·
|
|
[ANNOUNCE] Strimzi Kafka OAuth library 0.4.0 release
The 0.4.0 version of the Strimzi Kafka OAuth library for using OAuth authentication in Kafka clients and brokers has been released and should be available in the Maven repositories. The main
The 0.4.0 version of the Strimzi Kafka OAuth library for using OAuth authentication in Kafka clients and brokers has been released and should be available in the Maven repositories. The main
|
By
Jakub Scholz
·
#44
·
|
|
RC1 of Strimzi Kafka OAuth library 0.4.0
Hi,
Release Candidate 1 of the 0.4.0 version of the Strimzi Kafka OAuth library is now available for testing: https://github.com/strimzi/strimzi-kafka-oauth/releases/tag/0.4.0-rc1.
The main changes
Hi,
Release Candidate 1 of the 0.4.0 version of the Strimzi Kafka OAuth library is now available for testing: https://github.com/strimzi/strimzi-kafka-oauth/releases/tag/0.4.0-rc1.
The main changes
|
By
Jakub Scholz
·
#43
·
|
|
[ANNOUNCE] Strimzi Kafka Operators 0.17.0 is now available
Strimzi Kafka Operators 0.17.0 has been released. The main changes since 0.16 include:
* Add possibility to set Java System Properties via CR yaml
* Add support for Mirror Maker 2.0
* Add Jmxtrans
Strimzi Kafka Operators 0.17.0 has been released. The main changes since 0.16 include:
* Add possibility to set Java System Properties via CR yaml
* Add support for Mirror Maker 2.0
* Add Jmxtrans
|
By
Jakub Scholz
·
#42
·
|
|
RC4 of Strimzi Kafka Operators 0.17.0 is now available
Release Candidate 4 of Strimzi Kafka Operators 0.17.0 is now available. There is only one additional fix since RC3:
* Make sure the ZookeeperScaler does work will with custom CAs without the PKCS12
Release Candidate 4 of Strimzi Kafka Operators 0.17.0 is now available. There is only one additional fix since RC3:
* Make sure the ZookeeperScaler does work will with custom CAs without the PKCS12
|
By
Jakub Scholz
·
#41
·
|
|
RC3 of Strimzi Kafka Operators 0.17.0 is now available
Release Candidate 3 of Strimzi Kafka Operators 0.17.0 is now available. There are some important fixes and improvements since RC2:
* Fixed NPE which happen in KafkaRoller under rare circumstances
*
Release Candidate 3 of Strimzi Kafka Operators 0.17.0 is now available. There are some important fixes and improvements since RC2:
* Fixed NPE which happen in KafkaRoller under rare circumstances
*
|
By
Jakub Scholz
·
#40
·
|
|
Re: Invalid value 10737418240 for configuration segment.bytes: Not a number of type INT
Hi,
segment.bytes uses the Java int type, which has a maximum possible value of 2147483647 (2^31-1). So although 10737418240 is a valid number it's too big.
Kind regards,
Tom
Hi,
segment.bytes uses the Java int type, which has a maximum possible value of 2147483647 (2^31-1). So although 10737418240 is a valid number it's too big.
Kind regards,
Tom
|
By
Tom Bentley
·
#39
·
|
|
Invalid value 10737418240 for configuration segment.bytes: Not a number of type INT
Hi,
I am trying to apply custom segment.bytes value to kafka topic as follows.
----
apiVersion: kafka.strimzi.io/v1beta1
kind: KafkaTopic
metadata:
labels:
strimzi.io/cluster: default
name:
Hi,
I am trying to apply custom segment.bytes value to kafka topic as follows.
----
apiVersion: kafka.strimzi.io/v1beta1
kind: KafkaTopic
metadata:
labels:
strimzi.io/cluster: default
name:
|
By
yohei@...
·
#38
·
|
|
Re: Adding annotations and limits of kafka connect created pods
Yeah, the annotations are strings. So you need to wrap it into quotes to make it a string. Without them it will be interpreted as array.
Yeah, the annotations are strings. So you need to wrap it into quotes to make it a string. Without them it will be interpreted as array.
|
By
Jakub Scholz
·
#37
·
|
|
Re: Updating the kafka connect deployment with changes in the kafka connect crd
Turns out the issue was the changed CRD had errors strimzi operator couldn't handle, following the logs of the operator pods, I've found the error and now it does update as expected.
Turns out the issue was the changed CRD had errors strimzi operator couldn't handle, following the logs of the operator pods, I've found the error and now it does update as expected.
|
By
alonisser@...
·
#36
·
|
|
Re: Adding annotations and limits of kafka connect created pods
Thanks, following your advice I've added:
template:
pod:
metadata:
annotations:
ad.datadoghq.com/kafka-connect-container-name.logs: [{"type":"file",
Thanks, following your advice I've added:
template:
pod:
metadata:
annotations:
ad.datadoghq.com/kafka-connect-container-name.logs: [{"type":"file",
|
By
alonisser@...
·
#35
·
|
|
Updating the kafka connect deployment with changes in the kafka connect crd
I've updated the crd after it created the deployment and pods and services (adding configs, annotations and resources)but it seems the deployment is stuck where I started
Is there a way to update the
I've updated the crd after it created the deployment and pods and services (adding configs, annotations and resources)but it seems the deployment is stuck where I started
Is there a way to update the
|
By
alonisser@...
·
#34
·
|
|
Re: Is there a way to use topic operator with zookeepr?
Thanks for the kind and authoritative response! I'll roll my own for now
Thanks for the kind and authoritative response! I'll roll my own for now
|
By
alonisser@...
·
#33
·
|
|
Re: Adding annotations and limits of kafka connect created pods
Thanks I would try that! I was missing the pod/deployment sub level
Thanks I would try that! I was missing the pod/deployment sub level
|
By
alonisser@...
·
#32
·
|
|
Re: Is there a way to use topic operator with zookeepr?
I'm afraid that is not possible. The Topic Operator is currently using Zookeeper for storing some additional data, so it it really needed there. Since Zookeeper will be removed from Kafka in the
I'm afraid that is not possible. The Topic Operator is currently using Zookeeper for storing some additional data, so it it really needed there. Since Zookeeper will be removed from Kafka in the
|
By
Jakub Scholz
·
#31
·
|
|
Re: Adding annotations and limits of kafka connect created pods
Hi,
For specifying the resources, you can do something like this:
apiVersion: kafka.strimzi.io/v1alpha1
kind: KafkaConnect
metadata:
name: my-connect
# ...
spec:
# ...
resources:
Hi,
For specifying the resources, you can do something like this:
apiVersion: kafka.strimzi.io/v1alpha1
kind: KafkaConnect
metadata:
name: my-connect
# ...
spec:
# ...
resources:
|
By
Jakub Scholz
·
#30
·
|
|
Re: Is there a way to use topic operator with zookeepr?
Without zookeeper that is, I need topic operator without touching zookeeper
Without zookeeper that is, I need topic operator without touching zookeeper
|
By
alonisser@...
·
#29
·
|
|
Is there a way to use topic operator with zookeepr?
I want to use it for programmatic management of my topics, but my kafka is hosted in confluent and I don't think I can access the zookeeper cluster there
I want to use it for programmatic management of my topics, but my kafka is hosted in confluent and I don't think I can access the zookeeper cluster there
|
By
alonisser@...
·
#28
·
|
|
Adding annotations and limits of kafka connect created pods
Trying to add pod annotations (for our log connector) and resource request/limits to the KafkaConnect created resources
What should I add in the resource so it would create the pods/deployment with
Trying to add pod annotations (for our log connector) and resource request/limits to the KafkaConnect created resources
What should I add in the resource so it would create the pods/deployment with
|
By
alonisser@...
·
#27
·
|
|
RC2 of Strimzi Kafka Operators 0.17.0 is now available
Release Candidate 2 of Strimzi Kafka Operators 0.17.0 is now available. It took us more than two weeks since the RC1, but we spent them with a lot of testing and improving the code to make sure the
Release Candidate 2 of Strimzi Kafka Operators 0.17.0 is now available. It took us more than two weeks since the RC1, but we spent them with a lot of testing and improving the code to make sure the
|
By
Jakub Scholz
·
#26
·
|