Skip to content
#

sdk-java

Here are 76 public repositories matching this topic...

eamonnmcmanus
eamonnmcmanus commented Aug 18, 2020

I might be missing something, but it seems to me that it has become much harder to send binary CloudEvents with the V2 SDK, unless you happen to be using one of the small number of supported HTTP clients. In V1, I could write this:

Wire<String, String, String> wire = Marshallers.<Map<String, Object>>binary()
        .withEvent(() -> myCloudEvent)
        .marshal();

Then I basica

Improve this page

Add a description, image, and links to the sdk-java topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sdk-java topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.