real-time
Here are 137 public repositories matching this topic...
-
Updated
Jul 12, 2020 - Java
-
Updated
Jun 24, 2020 - Java
-
Updated
May 24, 2020 - Java
-
Updated
Jul 8, 2020 - Java
The descriptions for these sub-projects are missing descriptions in both the root README.md as well as their respective readme files
id postfix in open
From Reference.md:
service.open({ id : "local.net/s+T6Ad2s2TC2A" }).then( object => { }) .catch( error => { ... });Object will be created with an autogenerated id, if no id argument is provided. Optionally, a "prefix" can be passed
We have a [document|https://github.com/hortonworks/streamline/blob/master/docs/REST-API.md] for REST API but this looks like out of sync and also easy to be out of sync.
It would be better if we could document API to the source code of each endpoint, and apply swagger or so to make it some pages.
(Registry project uses swagger.)
-
Updated
Nov 18, 2019 - Java
-
Updated
Mar 12, 2016 - Java
-
Updated
Nov 5, 2018 - Java
-
Updated
Jun 7, 2019 - Java
-
Updated
Nov 14, 2019 - Java
-
Updated
Jan 17, 2020 - Java
-
Updated
May 2, 2020 - Java
-
Updated
Feb 15, 2019 - Java
From their handbooks (still available on the Internet) and from playing. Add the description of them to the documentation to help with the design of this game.
-
Updated
Feb 11, 2020 - Java
Need instructions / documentation on how to configure REST API for SSL encryption. Can SSL be supported for GRPC API?
-
Updated
Feb 22, 2019 - Java
-
Updated
Dec 28, 2017 - Java
-
Updated
Mar 26, 2019 - Java
-
Updated
May 14, 2019 - Java
Improve this page
Add a description, image, and links to the real-time topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the real-time topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
If I have a schema that is in schema registry but is not under the correct subject name, I cannot specify my KSQL stream to use that topic with AVRO format.
Describe the solution you'd like
We should support specifying
AVRO_SCHEMA_IDin theWITHclause of create statements.**Describe alternatives you've consider