fluency icon indicating copy to clipboard operation
fluency copied to clipboard

High throughput data ingestion logger to Fluentd, AWS S3 and Treasure Data

Results 36 fluency issues
Sort by recently updated
recently updated
newest added

Bumps s3 from 2.17.223 to 2.17.260. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=software.amazon.awssdk:s3&package-manager=gradle&previous-version=2.17.223&new-version=2.17.260)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.7.0. Release notes Sourced from mockito-core's releases. v4.7.0 Changelog generated by Shipkit Changelog Gradle Plugin 4.7.0 2022-08-13 - 33 commit(s) by 198812345678, Andy Coates, Chen...

dependencies

It would be nice if this logger would support Unix Domain Sockets as the target instead of only (host, port) inet addresses. `UnixDomainSocketAddress` was added in Java 16. I had...

Bumps [junit-jupiter-params](https://github.com/junit-team/junit5) from 5.8.2 to 5.9.0. Release notes Sourced from junit-jupiter-params's releases. JUnit 5.9.0 = Platform 1.9.0 + Jupiter 5.9.0 + Vintage 5.9.0 See Release Notes. JUnit 5.9.0-RC1 = Platform...

dependencies

Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.8.2 to 5.9.0. Release notes Sourced from junit-jupiter-engine's releases. JUnit 5.9.0 = Platform 1.9.0 + Jupiter 5.9.0 + Vintage 5.9.0 See Release Notes. JUnit 5.9.0-RC1 = Platform...

dependencies

Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.8.2 to 5.9.0. Release notes Sourced from junit-jupiter-api's releases. JUnit 5.9.0 = Platform 1.9.0 + Jupiter 5.9.0 + Vintage 5.9.0 See Release Notes. JUnit 5.9.0-RC1 = Platform...

dependencies

Hi, I got this problem, how to deal with it, please. ![企业微信截图_16549236787939](https://user-images.githubusercontent.com/10276266/173336990-82fb4056-f343-4e26-814c-129ce4e2ffcc.png) It is hitting these logs a lot all the time. ![image](https://user-images.githubusercontent.com/10276266/173337879-d93d9cce-5722-4e40-80d5-8f6b37919df3.png) ![image](https://user-images.githubusercontent.com/10276266/173337940-3d84a6b1-b4c8-43c4-b7c7-183135ad7c99.png) ![image](https://user-images.githubusercontent.com/10276266/173338026-65e1b271-3505-4f5d-b605-4103f34d6133.png) Then checked source, maybe it...

Hi @komamitsu , I hope you are doing well. We use the fluency to send logs to td-agent, but we got the following error `java.io.IOException: Connection reset by peer`. Considering...

Hi there, I am now using Fluency in multiple applications that runs in a same server, that is, we have multiple fluency instances run in same server . In order...

In some situations, it may be required to customize the _RecordFormatter_ (additional Jackson modules, etc). There is currently a method taking a _RecordFormatter_ and an _Ingester_ (_FluencyBuilderForFluentd#buildFromIngester(RecordFormatter recordFormatter, Ingester ingester)_)...