-
Updated
Mar 10, 2022 - Java
kafka-ui
Here are 20 public repositories matching this topic...
If I have a schema with a decimal like this (example from the code):
{
"name": "Dog",
"namespace": "org.akhq",
"type": "record",
"fields" : [
{"name": "id", "type": "int"},
{"name": "name", "type": "string"},
{"name": "weight", "type" : { "type" : "bytes", "logicalType" : "decimal", "precision" : 4, "scale" : 2}}
]
}
and I create a
We are using the protobuf-git configuration as described at https://cloudhut.dev/docs/features/protobuf#git-repository
In our repository the proto-files live within a proto
directory, which seems to be very common, and contains 5 levels of nested folders.
Currently KOWL searches only the first 5 levels of the checkout for .proto
files, so our last level is not considered.
Please
-
Updated
Dec 18, 2021 - JavaScript
-
Updated
Mar 18, 2022 - TypeScript
-
Updated
Nov 19, 2021 - Python
-
Updated
Oct 21, 2021 - Go
-
Updated
Feb 28, 2022 - C++
-
Updated
Feb 28, 2022 - Java
-
Updated
Oct 16, 2021 - Java
-
Updated
Apr 5, 2021 - Java
-
Updated
Mar 11, 2022 - Scala
-
Updated
Feb 5, 2021 - Java
-
Updated
Sep 11, 2021
-
Updated
Jan 31, 2022 - Shell
-
Updated
Jan 31, 2022
Improve this page
Add a description, image, and links to the kafka-ui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kafka-ui topic, visit your repo's landing page and select "manage topics."
Is your proposal related to a problem?
Go to Topics -> select topic -> go to Settings tab.
When Settings tab is rendering the page is empty, when Topics Settings request executed table is updated with responded values.
Describe the solution you'd like
I think we should show 'loading..' when waiting for Settings response. so that from a UX perspective the users will not be c