Iñaki Villar
Iñaki Villar
Hi @mokkun First, yep, the case using `awaitTermination` covers the case for the `RethinkDbPublisher`. It should be applied for the other publishers, but in case of InfluxDb it's defined in...
Hi, it sounds good the detachment of the publisher by offering a new dependency. Given the scope of the changes, I've created a new milestone to publish the 2.0 release...
Hi, thanks for the ticket. Didn't consider it but having jvm clients like http://www.julienviet.com/reactive-pg-client/guide/kotlin/ we could create a new Publisher pushing to PostgreSql
Hi @MarinaShaposhnikova are you interested still on the PosterSql Publisher? I'm starting to review different java clients and I have some questions about the design of the db.
Hi @LogosIntellect, I will set up tomorrow
Snapshot published at jfrog: ``` maven ( url = uri("http://oss.jfrog.org/artifactory/oss-snapshot-local") ) ``` 1.0.1-SNAPSHOT
Hi @LogosIntellect, I was researching more about this problem. Which version of Gradle are you using? I see 5.3.x(https://docs.gradle.org/5.3.1/release-notes.html#better-help-message-on-delete-operation-failure ) version implement better help messages on this kind of problems...
@gabrielittner thank you very much. Very useful, definitely will implement it
Hi, thanks for the issue. I merged a quick fix to avoid the exception. The StackOverflow link that you sent explains the issue: ``` It seems that InetAddress.getLocalHost() ignores the...
Hi @PStrelchenko, I tested locally and I can reproduce it. It's not the expected behaviour. We start the investigation. Thanks for the report.