Skip to content
#

kafka

Here are 4,341 public repositories matching this topic...

macgyver603
macgyver603 commented Mar 1, 2018

I'm currently scraping metrics from one of the endpoints specified in the routes definitions, specifically this endpoint:

GET    /api/status/:cluster/:consumer/:topic/:consumerType/topicSummary   controllers.api.KafkaStateCheck.topicSummaryAction(cluster:String, consumer:String, topic:String, consumerType:String)

and

flink-learning

flink learning blog. http://www.54tianzhisheng.cn 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去重、监控告警)分享。欢迎大家支持我的专栏《大数据实时计算引擎 Flink 实战与性能优化》

  • Updated Mar 27, 2020
  • Java
thingsboard
joestringer
joestringer commented Mar 17, 2020

A recent breakage on master for quick-install YAML was not detected until developers manually ran the quick-install YAML. One aspect is that developers can neglect to update the quick-install YAML. #10425 follows up on fixing that.

The second aspect is that we should automate deployment of the quick-install YAML from the repo during CI for basic validation that it works.

I briefly grepped fo

ybyzek
ybyzek commented Nov 6, 2019

Is your feature request related to a problem? Please describe.
Users have no visibility into connect worker configuration in ksqldb. That means user workflow will be either:

  1. Drop out of ksqldb to view the configuration file at ksql.connect.worker.config
  2. If user can’t see the worker configuration, override all parameters

Describe the solution you'd like
Need to surface con

Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. The service engine supports http, TCP, WS,Grpc, Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM

  • Updated Mar 30, 2020
  • C#
benthos
inliquid
inliquid commented Mar 25, 2020

We use http_server as input and http_client as one of outputs (for a part of message batch). In case when there is some error coming from http_client, benthos starts to retry this error message indefinitely (#415). However most significant, is that it stops accepting other, normal messages.

Here is the log when I first try to send message which causes http_client to get 500 error, and

watermill
macghriogair
macghriogair commented Sep 18, 2019

The docs for Symfony Bundle should be more explicit about extension tags when using different consume commands. I'm referring to https://php-enqueue.github.io/bundle/consumption_extension/#consumption-extension

When using the "enqueue:transport:consume" command a consumption extension needs to be registered with the tag enqueue.transport.consumption_extension (while docs currently only mentio

tweise
tweise commented Sep 19, 2017

The template properties only contain zookeeper.connect and in theory that should be sufficient to discover the brokers. In reality, while this works for the producer, the consumer will fail to connect. It would be nice to either document the need for bootstrap.servers or derive it from zookeeper.connect when not present. Rest proxy v3.3.0

Improve this page

Add a description, image, and links to the kafka topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kafka topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.