|
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
·
|
|
Re: Does anyone here has an experience with running schema manager (for avro) with strimzi kafka ?
I used the open source helm chart from Confluent: https://github.com/confluentinc/cp-helm-charts/tree/v5.4.0/charts/cp-schema-registry
The heap settings and resource limits were not sufficient for the
I used the open source helm chart from Confluent: https://github.com/confluentinc/cp-helm-charts/tree/v5.4.0/charts/cp-schema-registry
The heap settings and resource limits were not sufficient for the
|
By
Matthew Isaacs
·
#25
·
|
|
Does anyone here has an experience with running schema manager (for avro) with strimzi kafka ?
I've setup the most basic kafka persistent setup (see the crd below)
But can't seem to understand how to run schema registy against it (with kafka based leader selection)
I see kafka logs with endless
I've setup the most basic kafka persistent setup (see the crd below)
But can't seem to understand how to run schema registy against it (with kafka based leader selection)
I see kafka logs with endless
|
By
alonisser@...
·
#24
·
|
|
RC1 of Strimzi Kafka Operators 0.17.0 is now available
The Release Candidate 1 of Strimzi Kafka Operators 0.17.0 is now available. It doesn't include many new features, but some of those included were in high demand. The main features are:
* Add
The Release Candidate 1 of Strimzi Kafka Operators 0.17.0 is now available. It doesn't include many new features, but some of those included were in high demand. The main features are:
* Add
|
By
Jakub Scholz
·
#23
·
|
|
[ANNOUNCE] Strimzi Kafka bridge 0.15.2
Strimzi Kafka Bridge 0.15.2 is now available with the following changes:
* Fixed missing Jackson Core dependency
For more details go to:
Strimzi Kafka Bridge 0.15.2 is now available with the following changes:
* Fixed missing Jackson Core dependency
For more details go to:
|
By
Paolo Patierno
·
#22
·
|
|
[ANNOUNCE] Strimzi Kafka bridge 0.15.1
Strimzi Kafka Bridge 0.15.1 is now available with the following changes:
* Bumped Apache Kafka version to 2.4.0 and other dependencies
For more details go to:
Strimzi Kafka Bridge 0.15.1 is now available with the following changes:
* Bumped Apache Kafka version to 2.4.0 and other dependencies
For more details go to:
|
By
Paolo Patierno
·
#21
·
|
|
[ANNOUNCE] Strimzi Kafka OAuth library 0.3.0 release
The 0.3.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.3.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
·
#20
·
|
|
[ANNOUNCE] Strimzi Kafka operator 0.16.2
Strimzi Kafka Operators 0.16.2 is now available with two bug fixes:
* Fix bug in upgrade when the Kafka.spec.kafka.version field is not specified
* Fix network policies for port 3.11 on older
Strimzi Kafka Operators 0.16.2 is now available with two bug fixes:
* Fix bug in upgrade when the Kafka.spec.kafka.version field is not specified
* Fix network policies for port 3.11 on older
|
By
Jakub Scholz
·
#19
·
|
|
RC1 of Strimzi Kafka OAuth library 0.3.0
Hi,
Release Candidate 1 of the 0.3.0 version of the Strimzi Kafka OAuth library is now available for testing: https://github.com/strimzi/strimzi-kafka-oauth/releases/tag/0.3.0-rc1. The main
Hi,
Release Candidate 1 of the 0.3.0 version of the Strimzi Kafka OAuth library is now available for testing: https://github.com/strimzi/strimzi-kafka-oauth/releases/tag/0.3.0-rc1. The main
|
By
Jakub Scholz
·
#18
·
|
|
[ANNOUNCE] Strimzi Kafka operator 0.16.1
Strimzi Kafka Operators 0.16.1 patch release is now available. The main changes since 0.16.0 include:
Fix connector operator when Kafka Connect runs in a different namespace
For more details go to:
Strimzi Kafka Operators 0.16.1 patch release is now available. The main changes since 0.16.0 include:
Fix connector operator when Kafka Connect runs in a different namespace
For more details go to:
|
By
Paolo Patierno
·
#17
·
|
|
[ANNOUNCE] Strimzi Kafka operator 0.16.0
Strimzi Kafka Operators 0.16.0 is now available with a lot of great new features. The main changes since 0.15.0 include:
* Add support for Kafka 2.4.0 and upgrade from Zookeeper 3.4.x to 3.5.x
* Drop
Strimzi Kafka Operators 0.16.0 is now available with a lot of great new features. The main changes since 0.15.0 include:
* Add support for Kafka 2.4.0 and upgrade from Zookeeper 3.4.x to 3.5.x
* Drop
|
By
Jakub Scholz
·
#16
·
|
|
Re: KafkaConnect resource - how to use SASL_SSL
Turns out that adding
ssl :{}
in the spec. does the trick :)
Turns out that adding
ssl :{}
in the spec. does the trick :)
|
By
alonisser@...
·
#15
·
|
|
KafkaConnect resource - how to use SASL_SSL
For connection for my kafka instance (by eventhub kafka facade) I need the following properties
security.protocol=SASL_SSL
producer.sasl.mechanism=SASL_SSL
consumer.sasl.mechanism=SASL_SSL
I've
For connection for my kafka instance (by eventhub kafka facade) I need the following properties
security.protocol=SASL_SSL
producer.sasl.mechanism=SASL_SSL
consumer.sasl.mechanism=SASL_SSL
I've
|
By
alonisser@...
·
#14
·
|