influxdata / influxdb-client-java

InfluxDB 2 JVM Based Clients
https://influxdata.github.io/influxdb-client-java/
MIT License
430 stars 129 forks source link

feat: support for Pekko Streams in the scala client #661

Closed utkuaydn closed 7 months ago

utkuaydn commented 8 months ago

Closes #660

Proposed Changes

Support for Pekko Streams in the scala client

Checklist

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (fd604f8) 88.35% compared to head (aeea943) 88.37%.

:exclamation: Current head aeea943 differs from pull request most recent head 2b3d34a. Consider uploading reports for the commit 2b3d34a to get more accurate results

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #661 +/- ## ============================================ + Coverage 88.35% 88.37% +0.01% Complexity 777 777 ============================================ Files 173 173 Lines 7078 7078 Branches 393 393 ============================================ + Hits 6254 6255 +1 + Misses 699 698 -1 Partials 125 125 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

utkuaydn commented 8 months ago

Hi @bednar

It is my pleasure to be able to contribute. I have removed everything Akka-related per your request. The only edit on your part would have to be the date on the changelog since I do not know when you will be releasing this. Do let me know if anything needs changing.

utkuaydn commented 7 months ago

Hi @bednar,

I've completed the checklist and rebased the commit 👍

reyrobs commented 7 months ago

Well done Utku!