-
Updated
Jan 29, 2022 - Python
kafka-streams
Here are 711 public repositories matching this topic...
-
Updated
Feb 16, 2022 - Java
Is your proposal related to a problem?
Always when i click to show topics the preference for not "show internal topics" is selected
Describe the solution you'd like
I would want to save my preferences for not have to click on "show internal topics" all times I enter to view topic
 but it would be better to be consistent.
-
Updated
Jul 20, 2018 - Scala
-
Updated
Jan 16, 2021 - Scala
CASE doesn't work well with null. This works as expected and prints 'works':
WITH 2 AS name
RETURN CASE name
WHEN 2 THEN 'works'
WHEN null THEN "doesn't work"
ELSE 'something went wrong'
END
If we swap the first case from 2 to 3. It should print 'something went wrong', but instead it prints "doesn't work":
WITH 2 AS name
RETURN CASE name
WHEN 3 THEN 'works'
Currenlty a StreamsExecutionEnvironment
instance can be registed directly through the AzkarraContext#addExecutionEnvironment
method and from the configuration.
The following example shows how to define an environment using configuration :
azkarra {
// Create a environment for running the WordCountTopology
environments = [
{
name: "dev"
config = {}
jo
-
Updated
Feb 16, 2022 - Java
-
Updated
Jun 7, 2021 - Java
-
Updated
Jan 24, 2022
-
Updated
Jan 7, 2022 - Java
Improve this page
Add a description, image, and links to the kafka-streams topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kafka-streams topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem?
Related to this issue: SigNoz/signoz#716
Describe the solution you'd like
Add support for DESC/ASC param for getFilteredSpans API in query service