grpc-server
Here are 163 public repositories matching this topic...
-
Updated
Feb 5, 2019 - Go
-
Updated
Oct 13, 2020 - Go
-
Updated
Apr 13, 2020 - Go
-
Updated
Oct 23, 2020 - Ruby
-
Updated
Jun 10, 2020 - Python
-
Updated
Oct 28, 2020 - Python
-
Updated
Aug 16, 2020 - C++
-
Updated
Sep 2, 2018 - JavaScript
-
Updated
Aug 9, 2020 - PHP
Right now, when we want to add a common directory to ignore, we need to go to each integration and add an item. Adding support for some common global ignores would be really useful. Some common directories to ignore are often:
vendor/
test/
testdata/
hack/
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Mar 3, 2018 - Go
-
Updated
Jan 26, 2020 - Go
-
Updated
Mar 23, 2018 - Go
-
Updated
Dec 13, 2020 - C#
-
Updated
Sep 9, 2018 - Swift
-
Updated
Dec 13, 2020 - TypeScript
-
Updated
Oct 16, 2019 - C#
-
Updated
Dec 2, 2020 - Python
Add C++ example
Description
Add an example of triggering Kedro pipelines in CPP
Context
Allow C++ users to use Kedro natively
Possible Implementation
Check examples in other languages: https://github.com/mmchougule/kedro-grpc-go-client/
Checklist
Include labels so that we can categorise your issue
- Add a "Component" label to the issue
- Add a "Priority" label to the issue
-
Updated
Jun 23, 2020 - Go
-
Updated
Feb 4, 2019 - Go
Improve this page
Add a description, image, and links to the grpc-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the grpc-server topic, visit your repo's landing page and select "manage topics."
In our codebase, we push
RequestContextand immediately run some code with try-with-resources.For example:
If
RequestContextprovidesrun(Runnable)orcall(Callable)we can reduce boilerplate code and simplify it.This is inspired by g