kafka
Here are 5,806 public repositories matching this topic...
-
Updated
Apr 7, 2021 - Java
-
Updated
Apr 5, 2021 - Scala
-
Updated
Mar 31, 2021 - Java
-
Updated
Apr 16, 2021 - Java
-
Updated
Jan 21, 2021 - Python
-
Updated
Apr 16, 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
Apr 16, 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
Mar 31, 2021 - Java
-
Updated
Apr 16, 2021 - Go
-
Updated
Apr 15, 2021 - Go
-
Updated
Jan 29, 2021 - C#
-
Updated
Apr 16, 2021 - Go
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
Apr 16, 2021 - Rust
-
Updated
Apr 16, 2021 - Java
-
Updated
Apr 16, 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."