kafka
Here are 5,348 public repositories matching this topic...
-
Updated
Nov 17, 2020 - Scala
-
Updated
Nov 11, 2020 - Java
-
Updated
Nov 30, 2020 - Java
-
Updated
Dec 8, 2020 - Java

-
Updated
Nov 17, 2020 - Python
-
Updated
Dec 4, 2020 - C
-
Updated
Dec 3, 2020 - C#
-
Updated
Apr 24, 2020 - Jsonnet
-
Updated
Dec 8, 2020 - Java
Add NULLIF function
It would be useful if ksqlDB had a NULLIF function, as common across SQL in other platforms.
NULLIF(value1, value2)
The NULLIF function returns NULL if and only if value1 and value2 are equal. Otherwise it returns value1.
-
Updated
Sep 10, 2020 - Java
-
Updated
Dec 8, 2020 - Go
URL的scheme部分大小写敏感
这导致scheme大写的URL无法找到默认端口,如果以"HTTP://xxx.xxx" 创建任务,目前的程序逻辑会导致连接失败。问题的原因是scheme->port的查找表是直接字符串比较的,没有做大小写不敏感处理。
-
Updated
Nov 26, 2020 - C#
-
Updated
Dec 8, 2020 - Go
-
Updated
Dec 8, 2020 - Go
Currently, you are not able to use middleware per handler in "clean way" (you can still manually wrap the handler function, or have separated router).
It would be nice to be able to add middleware per handler.
As a good reference point, you can use chi router: https://github.com/go-chi/chi
Prometheus能提供图片吗?
我看到可以通过Prometheus搭建监控环境,如果有图文,更容易理解.
-
Updated
Dec 8, 2020 - Java
-
Updated
Dec 8, 2020 - Rust
-
Updated
Dec 7, 2020 - PHP
-
Updated
Nov 30, 2020 - 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."