kafka
Here are 5,944 public repositories matching this topic...
-
Updated
Apr 7, 2021 - Java
-
Updated
May 6, 2021 - Scala
-
Updated
May 4, 2021 - Java
-
Updated
May 18, 2021 - Java

-
Updated
Apr 21, 2021 - Python
-
Updated
May 18, 2021 - C
On dashboard when clicking on Switch i get "Invalid or unexpected token" here is my discovery config
services.AddCap(x =>
{
x.SucceedMessageExpiredAfter = (int)TimeSpan.FromDays(5).TotalSeconds;
x.UseDashboard();
x.UseRabbitMQ(conf =>
{
conf.ConnectionFactoryOptions = cf =>-
Updated
May 18, 2021 - Java
Is your feature request related to a problem? Please describe.
A user requested the ability to map an array into fields where the arrays have some predefined set of values:
Sample Data:
- FOO: [{"key":"a", "val":2}, {"key":"b", "val":4}]
- FOO: [{"key":"b", "val":3}]
Sample Output:
| a | b |
|---|---|
| 2 | 4 |
|nul| 3 |
Describe the solution you'd like
-
Updated
Apr 24, 2020 - Jsonnet
-
Updated
May 11, 2021 - Java
-
Updated
May 14, 2021 - Go
-
Updated
May 18, 2021 - Go
-
Updated
May 17, 2021 - Go
-
Updated
May 4, 2021 - C#
For an implementation of #126 (PostgreSQL driver with SKIP LOCKED), I create a SQL table for each consumer group containing the offsets ready to be consumed. The name for these tables is build by concatenating some prefix, the name of the topic and the name of the consumer group. In some of the test cases in the test suite, UUID are used for both, the topic and the consumer group. Each UUID has
-
Updated
May 18, 2021 - Rust
-
Updated
May 17, 2021 - Java
-
Updated
May 18, 2021 - Java
日常答疑问题记录
Prometheus能提供图片吗?
我看到可以通过Prometheus搭建监控环境,如果有图文,更容易理解.
Improve this page
Add a description, image, and links to the kafka topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kafka topic, visit your repo's landing page and select "manage topics."