kafka
Here are 6,875 public repositories matching this topic...
-
Updated
Dec 15, 2021 - Java
-
Updated
Dec 25, 2021 - Java
-
Updated
Dec 30, 2021 - Java
-
Updated
Dec 7, 2021 - Scala
-
Updated
Dec 30, 2021 - Java

-
Updated
Dec 28, 2021 - Python
-
Updated
Dec 14, 2021 - C
-
Updated
Dec 27, 2021 - C#
Is your feature request related to a problem? Please describe.
SQL supports inner/left/right/outer joins including verbose and short syntax. We should consider to support the full verbose syntax, instead of just short syntax.
Describe the solution you'd like
We should support
a [INNER] JOIN b ONa LEFT [OUTER] JOIN b ONa RIGHT [OUTER] JOIN b ON(we don't support `RIGHT
-
Updated
Dec 7, 2021 - Java
-
Updated
Dec 30, 2021 - Go
-
Updated
Apr 24, 2020 - Jsonnet
-
Updated
Dec 30, 2021 - Go
-
Updated
Aug 3, 2021 - Go
This comment says that the message ID is optional,
but for SQL transport it is a mandatory attribute,
in turn it causes misunderstanding?
Is it possible to fix it or did I get something wrong?
https://github.com/ThreeDotsLabs/watermill/blob/b9928e750ba673cf93d442db88efc04706f67388/message/message.go#L20
https://github.com/ThreeDotsLabs/watermill/blob/b9928e750ba673cf93d442db88efc04706f6
-
Updated
Dec 30, 2021 - Rust
日常答疑问题记录
-
Updated
Dec 30, 2021
-
Updated
Dec 30, 2021 - Java
Two things going on here:
- Every node that is not the leader is logging "Current node is not a leader" at info level continuously
- The node that's actually managing the movement is logging "Current and requested partition configuration differs" continuously while the partition is being moved.
(mixed logs from all nodes in a cluster while movement is going on)
INFO 2021-12-16 11:46:11
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."