storm
Here are 243 public repositories matching this topic...
streamparse is currently using GitHub Services to trigger builds on Read the Docs. Effective January 31, 2019, GitHub will no longer process requests using the Services feature, and so Read the Docs will not receive notifications on updates to this repository.
https://docs.readthedocs.io/en/latest/webhooks.html#webhook-github-services
-
Updated
Jan 24, 2017 - Scala
-
Updated
Mar 31, 2018
-
Updated
Sep 14, 2015 - Shell
I need to include jersey-media-moxy to support some JAX-RS client interfaces that I use with jersey-proxy-client.
I think I need to prevent your use of jersey-client from auto-discovering MoxyJsonFeature.
-
Updated
Apr 30, 2020 - Java
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.)
Leverage this new feature provided by GitHub to ensure our issues & PRs are well-formed:
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
May 8, 2020 - Java
-
Updated
Mar 9, 2016 - Python
From @rduplain on September 1, 2015 6:7
http://sphinx-doc.org/ext/napoleon.html
Napoleon is a pre-processor that parses NumPy and Google style docstrings and converts them to reStructuredText before Sphinx attempts to parse them.
_Copied from or
-
Updated
Aug 6, 2016 - Java
-
Updated
Sep 4, 2017 - Go
-
Updated
Sep 4, 2019 - Java
-
Updated
Jan 31, 2020 - Java
-
Updated
Feb 11, 2020 - Java
-
Updated
Mar 27, 2020 - Java
-
Updated
Apr 4, 2019 - Java
Improve this page
Add a description, image, and links to the storm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the storm topic, visit your repo's landing page and select "manage topics."
Calling
db.Dropwhen a bucket does not exist returns "bucket not found" and that error is directly from bolt'sbolt.ErrBucketNotFound, I believe this error should be translated tostorm.ErrNotFound.