Skip to content
#

kafka

Here are 7,058 public repositories matching this topic...

flink-learning

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

  • Updated Feb 2, 2022
  • Java
mpfz0r
mpfz0r commented Sep 27, 2019

This happens occasionally when shutting down the server:

Exception in thread "http-worker-15" java.lang.NullPointerException: null value in entry: exception=null
        at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:32)
        at com.google.common.collect.ImmutableMap.entryOf(ImmutableMap.java:176)
        at com.google.common.collect.I
signoz
polyglothacker
polyglothacker commented Feb 8, 2022

Bug description

When saving retention metrics it looks like the process is allocating space for saving the data serially when OK is clicked on the dialog as it blocks for a noticeable period and you feel the application is unresponsive.

Expected behavior

Instead the space creation for data should happen asynchronously and the dialog should return immediately, or at least show a spi

jzaralim
jzaralim commented Feb 1, 2022

Describe the bug
If you try to create a KAFKA formatted source with a BYTES column, the command will return

CREATE STREAM TEST (ID BYTES KEY, b BYTES) WITH (kafka_topic='test', format='DELIMITED');
The 'KAFKA' format does not support type 'BYTES'

This is because the BYTES type is missing [here](https://github.com/confluentinc/ksql/blob/a27e5e7501891e644196f8d164d078672e0feecd

benthos
watermill
AlexCuse
AlexCuse commented Jan 26, 2022

I have this implemented in a custom marshaler now but wondering if it makes sense to push back upstream - when we are integrating with legacy services we find it useful to use the correlation ID as the message ID when first brought into watermill - from there they get sent on headers to subsequent services and work normally.

Its a simple change if it would make sense for other users.

redpanda
travisdowns
travisdowns commented Jan 9, 2022

Version & Environment

Redpanda version: (use rpk version):

v21.11.2 (rev f58e69b)

What went wrong?

Accessing the admin API at hostname:9644/v1 fails. On the browser, the request hangs for several minutes (dev tools shows it as a in-progress, waiting for more bytes), before eventually failing (timing out).

wget shows some kind of read error 6.5K into the response:

~~

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