segabriel

Results 6 comments of segabriel
trafficstars

Please fix imports, I came across with the same problem recently and the best solution is https://github.com/google/google-java-format#intellij-android-studio-and-other-jetbrains-ides > The import ordering is not handled by this plugin, unfortunately. To fix...

@eutkin > What other important problems remain unresolved? It's becoming more and more difficult to merge this PR with the develop branch. I guess we need to postpone this PR...

I think it will be better use separated operator to specify topic/queue name. And we can subscribe to more than one topic: `ms.events().topics("test1", "test2").publish("Hello world!").subscribe();`

Yeah, the idea with `@ServiceTopic("my-topic-name")` and https://github.com/scalecube/scalecube-pubsub will solve the second case completely. About the first case, I still think we shouldn't give the discovery instance from the Microservices.

http://hirt.se/blog/?p=1081

I've created an issue in reactor-netty about it. https://github.com/reactor/reactor-netty/issues/581