-
Updated
May 6, 2022 - Java
cdc
Here are 290 public repositories matching this topic...
-
Updated
May 2, 2022 - Elixir
-
Updated
Apr 26, 2022 - 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
Jan 12, 2022 - C
-
Updated
May 5, 2022 - Java
-
Updated
Apr 24, 2022 - C#
-
Updated
Apr 25, 2022 - Go
-
Updated
Jan 24, 2022 - Java
-
Updated
Feb 17, 2022 - TypeScript
Migrate to goavro v2
-
Updated
May 2, 2022 - Java
Fix typos
Fix typos in the code repository.
-
Updated
Feb 13, 2021 - JavaScript
-
Updated
Jun 7, 2021 - Java
-
Updated
Apr 23, 2022 - Kotlin
-
Updated
Feb 18, 2021 - Java
-
Updated
Mar 27, 2022 - C++
-Dpact.rootDir="target/pact-classes"
didn’t work for me.
env "pact.rootDir=target/pact-classes" bash
did
...because of the "."
-
Updated
Apr 7, 2021 - JavaScript
-
Updated
Mar 4, 2021
-
Updated
May 6, 2022 - Java
Parse response of type {"items":{"k1": {"k1":"v1"} ,"k2":{"k2":"v2"}}} into records {"k1":"v1"}, {"k2","v2"}
Write a new JacksonKvMapRecordHttpResponseParser.
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.