|
[ANNOUCE] [Release Candidate 1] Strimzi test containers 0.101.0
Release candidate 1 of Strimzi test containers 0.101.0 is now available for testing. The main changes from version 0.100.0 in this release include :
- adding the ability to configure ZooKeeper
Release candidate 1 of Strimzi test containers 0.101.0 is now available for testing. The main changes from version 0.100.0 in this release include :
- adding the ability to configure ZooKeeper
|
By
Maros Orsak
·
#173
·
|
|
Re: Need help setting UP Strimzi Kafka Cluster with Cruise Control
You have to do it manually. Kafka is not something that is normally scaled up or down very often. It is a stateful application with partitions and their replicas having a fixed assignment to a
You have to do it manually. Kafka is not something that is normally scaled up or down very often. It is a stateful application with partitions and their replicas having a fixed assignment to a
|
By
Jakub Scholz
·
#172
·
|
|
Re: Need help setting UP Strimzi Kafka Cluster with Cruise Control
Hi Jakub,
I have set up Strimzi Kafka Cluster and Operator.
I have still one doubt that I did not answer, do I need to scale the Kafka cluster and data balance up/down manually or will it scale
Hi Jakub,
I have set up Strimzi Kafka Cluster and Operator.
I have still one doubt that I did not answer, do I need to scale the Kafka cluster and data balance up/down manually or will it scale
|
By
Ranjeet Ranjan
·
#171
·
|
|
Re: Need help setting UP Strimzi Kafka Cluster with Cruise Control
No, we do not have a Helm Chart for creating the Kafka custom resource.
Thanks & Regards
Jakub
No, we do not have a Helm Chart for creating the Kafka custom resource.
Thanks & Regards
Jakub
|
By
Jakub Scholz
·
#170
·
|
|
Re: Need help setting UP Strimzi Kafka Cluster with Cruise Control
Hi Jakub,
Thank you for your response.
DO we have a helm as well for creating Kafka Cluster?
Hi Jakub,
Thank you for your response.
DO we have a helm as well for creating Kafka Cluster?
|
By
Ranjeet Ranjan
·
#169
·
|
|
Re: Need help setting UP Strimzi Kafka Cluster with Cruise Control
HI Ranjeet,
The Helm Chart installs only the operator for managing the Kafka clusters. Next, you need to create the Kafka custom resource describing the Kafka cluster you want to have, its
HI Ranjeet,
The Helm Chart installs only the operator for managing the Kafka clusters. Next, you need to create the Kafka custom resource describing the Kafka cluster you want to have, its
|
By
Jakub Scholz
·
#168
·
|
|
Need help setting UP Strimzi Kafka Cluster with Cruise Control
Hi Team,
Let me introduce myself Ranjeet Ranjan, CEO & Founder Adsizzler Media.
We have recently launched one new Ad Tech Startup Named http://adosiz.com/
We wanted to install but need help setting
Hi Team,
Let me introduce myself Ranjeet Ranjan, CEO & Founder Adsizzler Media.
We have recently launched one new Ad Tech Startup Named http://adosiz.com/
We wanted to install but need help setting
|
By
Ranjeet Ranjan
·
#167
·
|
|
Re: adding annotation to service account
Hi Amit,
You can use the `template` section to declaratively customize annotations: https://strimzi.io/docs/operators/latest/full/configuring.html#assembly-customizing-kubernetes-resources-str ... for
Hi Amit,
You can use the `template` section to declaratively customize annotations: https://strimzi.io/docs/operators/latest/full/configuring.html#assembly-customizing-kubernetes-resources-str ... for
|
By
Jakub Scholz
·
#166
·
|
|
adding annotation to service account
Hi,
I work with strimzi (as kafka connect) on eks.
I would like to add to the service account aws role annotation to s3 (something like: eks.amazonaws.com/role-arn:
Hi,
I work with strimzi (as kafka connect) on eks.
I would like to add to the service account aws role annotation to s3 (something like: eks.amazonaws.com/role-arn:
|
By
amit.cahanovich@...
·
#165
·
|
|
[ANNOUNCE] [RELEASE] Strimzi Kafka Operators 0.28.0
Strimzi Kafka Operators 0.28.0 has been released. The main changes in this release include:
* Add support for Kafka 3.1.0; remove Kafka 2.8.0 and 2.8.1
* Add support for `StrimziPodSet` resources
Strimzi Kafka Operators 0.28.0 has been released. The main changes in this release include:
* Add support for Kafka 3.1.0; remove Kafka 2.8.0 and 2.8.1
* Add support for `StrimziPodSet` resources
|
By
Jakub Scholz
·
#164
·
|
|
RC1 of Strimzi Kafka Operators 0.28.0 is available for testing
Release candidate 1 of Strimzi Kafka Operators 0.28.0 is now available for testing. The main changes in this release include:
* Add support for Kafka 3.1.0; remove Kafka 2.8.0 and 2.8.1
* Add support
Release candidate 1 of Strimzi Kafka Operators 0.28.0 is now available for testing. The main changes in this release include:
* Add support for Kafka 3.1.0; remove Kafka 2.8.0 and 2.8.1
* Add support
|
By
Jakub Scholz
·
#163
·
|
|
[ANNOUNCE] [RELEASE] Strimzi Kafka Bridge 0.21.4
New version 0.21.4 of Strimzi Kafka Bridge has been released. The main changes in this release are:
* Dependency updates (Configuration providers, Vert.x, Netty, Oauth client and more)
* Add support
New version 0.21.4 of Strimzi Kafka Bridge has been released. The main changes in this release are:
* Dependency updates (Configuration providers, Vert.x, Netty, Oauth client and more)
* Add support
|
By
Jakub Scholz
·
#162
·
|
|
Re: Broker Hostname mismatch error seen with aiokafka APIs
You are using the external loadbalancer listener with internal service name. That is causing the problem. You should either switch to one of the internal interfaces - e.g. the on on port 9093. Or you
You are using the external loadbalancer listener with internal service name. That is causing the problem. You should either switch to one of the internal interfaces - e.g. the on on port 9093. Or you
|
By
Jakub Scholz
·
#161
·
|
|
Broker Hostname mismatch error seen with aiokafka APIs
Hi all,
I am getting the below error for the code (which uses aiokafka APIs) that i have pasted below (also provided kafka resource yaml snippet). Instead of kafka broker hostname, if i give IP
Hi all,
I am getting the below error for the code (which uses aiokafka APIs) that i have pasted below (also provided kafka resource yaml snippet). Instead of kafka broker hostname, if i give IP
|
By
udaykumartj@...
·
#160
·
|
|
Broker Hostname mismatch error seen with aiokafka APIs
Hi all,
I am getting the below error for the code (which uses aiokafka APIs) that i have pasted below (also provided kafka resource yaml snippet). Instead of kafka broker hostname, if i give IP
Hi all,
I am getting the below error for the code (which uses aiokafka APIs) that i have pasted below (also provided kafka resource yaml snippet). Instead of kafka broker hostname, if i give IP
|
By
udaykumartj@...
·
#159
·
|
|
[ANNOUNCE] [RELEASE] Mirror Maker 2 Extensions 1.2.0, EnvVar Configuration Provider 1.0.0 and Kubernetes Configuration Provider 1.0.0
New versions of Mirror Maker 2 Extensions, EnvVar Configuration Provider and Kubernetes Configuration Provider have been released.
The biggest change involves the Mirror Maker 2 Extensions. The
New versions of Mirror Maker 2 Extensions, EnvVar Configuration Provider and Kubernetes Configuration Provider have been released.
The biggest change involves the Mirror Maker 2 Extensions. The
|
By
Jakub Scholz
·
#158
·
|
|
Re: Adding annotations and limits of kafka connect created pods
for reference,
The following is kafkaconnect that is integrated with datadog (named my-connect-cluster)
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaConnect
metadata:
name: my-connect-cluster
for reference,
The following is kafkaconnect that is integrated with datadog (named my-connect-cluster)
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaConnect
metadata:
name: my-connect-cluster
|
By
amit.cahanovich@...
·
#157
·
|
|
RC1 of Mirror Maker 2 Extensions 1.2.0, EnvVar Configuration Provider 1.0.0 and Kubernetes Configuration Provider 0.1.1
As we are preparing for the next release of the Strimzi operators, we are doing different minor and patch releases of some of our smaller projects used as dependencies. Today, we released the Release
As we are preparing for the next release of the Strimzi operators, we are doing different minor and patch releases of some of our smaller projects used as dependencies. Today, we released the Release
|
By
Jakub Scholz
·
#156
·
|
|
Re: Adding annotations and limits of kafka connect created pods
The YAML you shared has no indentation. If that is how it really looks, it is indeed invalid. If the indentation was list during copy pasting, nobody can say what the original indentation was and what
The YAML you shared has no indentation. If that is how it really looks, it is indeed invalid. If the indentation was list during copy pasting, nobody can say what the original indentation was and what
|
By
Jakub Scholz
·
#155
·
|
|
Re: Adding annotations and limits of kafka connect created pods
Hi,
i have the following configuration:
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaConnect
metadata:
name: my-connect-cluster
namespace: kafka
annotations:
strimzi.io/use-connector-resources:
Hi,
i have the following configuration:
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaConnect
metadata:
name: my-connect-cluster
namespace: kafka
annotations:
strimzi.io/use-connector-resources:
|
By
amit.cahanovich@...
·
#154
·
|