strimzi

懒人福音——GitHub 热点速览 Vol.42

女生的网名这么多〃 提交于 2020-10-23 15:05:36
作者:HelloGitHub- 小鱼干 懒人福音是什么?就是省时省事,正如 Waypoint 一样,你不需要在多个平台构建代码即可部署发布应用,它允许你将应用程序构建、部署和发布生命周期定义为代码。Bit 则让你不需要记 git 操作,可在命令行选项预览、自动补全命令。Strimzi 解决了 k8s 等平台跑 Kafka 的烦恼,让你直接用 Strimzi 即可运行 Kafka,当然大厂也不示弱,swift-algorithms 便是苹果开源的算法集合包。 以下内容摘录自微博 @HelloGitHub 的 GitHub Trending 及 Hacker News 热帖(简称 HN 热帖),选项标准: 新发布 | 实用 | 有趣 ,根据项目 release 时间分类,发布时间不超过 7 day 的项目会标注 New ,无该标志则说明项目 release 超过一周。由于本文篇幅有限,还有部分项目未能在本文展示,望周知 🌝 本文目录 本周特推 1.1 免你记命令烦恼 Git CLI:Bit 1.2 浏览器记录员:Headless recorder GitHub Trending 周榜 2.1 高颜值命令行渲染 Markdown 工具:Glow 2.2 一键构建、部署发布工具:Waypoint 2.3 全程工作合集:remote-jobs 2.4 高颜值图片占位解决方案:BlurHash

Strimzi operator Kafka cluster ACL not enabling with type: simple

不想你离开。 提交于 2020-04-18 06:12:11
问题 We know to enable Kafka ACL property authorizer.class.name=kafka.security.auth.SimpleAclAuthorizer to be added in server.properties but how to enable that if Kafka cluster is running by Strimzi operator? From Strimzi documents I have come to know in order to enable authorization, need to enable below code for kind: Kafka under spec: listeners: tls: authentication: type: tls Full code @kafka-zookeeper-apps-tls-enabled.yml Also the below code for kind: KafkaUser authentication: type: tls

Setting up Kafka on Openshift with strimzi

牧云@^-^@ 提交于 2019-12-25 01:49:10
问题 I am trying to set up a kafka cluster on the Openshift platform using this guide: https://developers.redhat.com/blog/2018/10/29/how-to-run-kafka-on-openshift-the-enterprise-kubernetes-with-amq-streams/ I have my zookeeper and kafka clusters running as shown here: and when running my application as the bootstrap-servers I input the route to the my-cluster-kafka-external bootstrap. But when I try to send a message to Kafka i get this message: 21:32:40.548 [http-nio-8080-exec-1] ERROR o.s.k.s

OpenShift - Unable to connect Strimzi from KafkaJS

半城伤御伤魂 提交于 2019-12-11 19:36:40
问题 I have Strimzi Kafka cluster set-up successfully on OpenShift. I can see the following services: kafka-brokers kafka-bootstrap zookeeper-client zookeeper-nodes This is actually different from what is called out here; so, not sure, if this is a Strimzi installation issue. I followed installation steps from here. I created a routes for kafka-bootstrap and kafka-brokers on port 9092 (non-TLS clients). In both cases, I get a ECONNREFUSED error when I provide the route value (e.g. my-cluster

Strimzi - Connecting external clients

眉间皱痕 提交于 2019-12-11 05:40:50
问题 Following on discussion here, I used the following steps to enable an external client (based on kafkajs) connect to Strimzi on OpenShift. These steps are from here. Enable external route The kafka-persistent-single.yaml is edited to as shown below. apiVersion: kafka.strimzi.io/v1beta1 kind: Kafka metadata: name: my-cluster spec: kafka: version: 2.3.0 replicas: 1 listeners: plain: {} tls: {} external: type: route config: offsets.topic.replication.factor: 1 transaction.state.log.replication

Setting up Kafka on Openshift with strimzi

社会主义新天地 提交于 2019-12-02 10:19:56
I am trying to set up a kafka cluster on the Openshift platform using this guide: https://developers.redhat.com/blog/2018/10/29/how-to-run-kafka-on-openshift-the-enterprise-kubernetes-with-amq-streams/ I have my zookeeper and kafka clusters running as shown here: and when running my application as the bootstrap-servers I input the route to the my-cluster-kafka-external bootstrap. But when I try to send a message to Kafka i get this message: 21:32:40.548 [http-nio-8080-exec-1] ERROR o.s.k.s.LoggingProducerListener () - Exception thrown when sending a message with key='key' and payload='Event(id