Roland Kuhn
Roland Kuhn
I imagine the protocol definition to come from an external source, so the macro should not act on that one. Let’s start by just turning the `vetExternalProtocol` method into a...
Great format, I like it! It would be awesome to have commenting built in—and github happens to offer this feature: if every blog post were a pull request then discussions...
I’m using the plain parts (i.e. no macros) successfully in a large project and volunteer for maintaining them — with a tiny tweak it should be possible to support using...
I’m currently looking into trying out some interop with Akka Streams, are artifacts published somewhere?
Bummer; I guess I’ll look into ratpack and Reactor then (want to show something at conferences next week).
Cool, would you please ping this issue when I should try it out? Thanks!
Thanks a lot, @benjchristensen and @alkemist!
@alkemist I’m trying to extract the sample code you linked to (since I cannot figure out how to run the tests you point to). The problem I am facing is...
Got it working, thanks! You can find my sample project [here](https://github.com/rkuhn/ReactiveStreamsInterop/blob/ad56bf295d8e38350dc066c927ae824a16a76b78/src/main/java/com/rolandkuhn/rsinterop/JavaMain.java). @benjchristensen this might be interesting for you as well.
@benjchristensen By all means: use it! @smaldini That is the reason why I created an sbt project, I cannot figure out this gradle thing ;-) You should be able to...