-
Updated
Aug 5, 2021 - Java
cdc
Here are 238 public repositories matching this topic...
-
Updated
Jul 28, 2021 - Elixir
-
Updated
Jul 28, 2021 - Shell
For example, given a simple pipeline such as:
Pipeline p = Pipeline.create();
p.readFrom(TestSources.items("the", "quick", "brown", "fox"))
.aggregate(aggregator)
.writeTo(Sinks.logger());
I'd like aggregator
to be something requiring a non-serialisable dependency to do its work.
I know I can do this:
Pipeline p = Pipeline.create();
p.readFrom(TestSource
-
Updated
Aug 5, 2021 - Java
-
Updated
Jun 29, 2021 - C
-
Updated
Aug 5, 2021 - Java
-
Updated
Aug 2, 2021 - C#
-
Updated
Aug 5, 2021 - Go
-
Updated
May 22, 2021 - Java
Migrate to goavro v2
-
Updated
Jul 29, 2021 - Java
-
Updated
Jun 7, 2021 - Java
-
Updated
Feb 13, 2021 - JavaScript
-
Updated
Feb 18, 2021 - Java
-
Updated
Jul 9, 2021 - Kotlin
-Dpact.rootDir="target/pact-classes"
didn’t work for me.
env "pact.rootDir=target/pact-classes" bash
did
...because of the "."
-
Updated
Mar 4, 2021
-
Updated
Aug 1, 2021 - C++
-
Updated
Jun 18, 2021 - Java
-
Updated
May 15, 2021 - C#
I am working with an Odata API interface which presents timestamp values such as lastModified in a format similar to `//Date(1530144000000+0530)/. Would it be possible to get such date formats supported. If this is something that could be supported I'd be happy to contribute this sort of functionality, a steer in the right direction would certainly be appreciated.
-
Updated
May 22, 2021 - R
-
Updated
Apr 24, 2020
-
Updated
May 20, 2021 - Jupyter Notebook
-
Updated
Jun 7, 2021 - Java
Improve this page
Add a description, image, and links to the cdc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cdc topic, visit your repo's landing page and select "manage topics."
Hi and thank you for this great API.
Please made a Postman collection for version 3.