kafka
Here are 6,110 public repositories matching this topic...
-
Updated
Jul 4, 2021 - Java
-
Updated
Jun 24, 2021 - Java
-
Updated
May 6, 2021 - Scala
-
Updated
Jul 2, 2021 - Java

-
Updated
Jun 24, 2021 - Python
-
Updated
Jul 4, 2021 - C
-
Updated
Jul 3, 2021 - Java
-
Updated
Jul 3, 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
Current Behaviour
The flamegraph sorts the siblings in ascending order by frame's name.
The reference to code is here
Expected Behaviour
The siblings should appear in order of their start time.
This can be achieved according to library docs mentioned [here](https://github.com/spiermar/d3-fla
-
Updated
Jul 3, 2021 - Go
-
Updated
Jul 2, 2021 - Go
-
Updated
Jul 4, 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
Jul 4, 2021 - Rust
日常答疑问题记录
-
Updated
Jul 1, 2021 - Java
-
Updated
Jul 4, 2021 - Java
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."