kafka
Here are 6,047 public repositories matching this topic...
-
Updated
Apr 7, 2021 - Java
-
Updated
Jun 4, 2021 - Java
-
Updated
May 6, 2021 - Scala
-
Updated
Jun 18, 2021 - Java
-
Updated
Jun 10, 2021 - Python
-
Updated
Jun 17, 2021 - C
-
Updated
Jun 18, 2021 - Java
-
Updated
Jun 16, 2021 - C#
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
Jun 5, 2021 - Java
-
Updated
Jun 11, 2021 - Go
-
Updated
Jun 18, 2021 - Go
-
Updated
Jun 18, 2021 - Go
-
Updated
Jun 7, 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
Jun 18, 2021 - Rust
-
Updated
Jun 18, 2021 - Java
日常答疑问题记录
-
Updated
Jun 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."