slf4j
Here are 261 public repositories matching this topic...
-
Updated
Mar 1, 2022 - Scala
Suggested on Telegram.
It may be easier to understand the examples if they don't show both distage and BIO at the same time, so we may want to have a variant of distage-example that uses just distage alone, using a monomorphic effect type everywhere.
Hi, currently JDBCWriter will lose logs if a connection drops or before a connection is established.
Can a replay buffer be added to deal with these situations? i.e. check connection and reconnect if required, but do not "lose" these entries. Instead add it to a queue and write them again when connect is available.
-
Updated
Mar 1, 2022 - Scala
-
Updated
Feb 24, 2022 - Java
-
Updated
Feb 21, 2022 - Java
-
Updated
Dec 8, 2020 - Java
-
Updated
Feb 24, 2022 - Java
-
Updated
Feb 25, 2022 - Java
-
Updated
Feb 23, 2022 - Scala
-
Updated
Feb 17, 2022 - Java
-
Updated
Nov 21, 2021 - Java
-
Updated
Sep 17, 2020 - Scala
Allow trembita integration with grafana and prometheus for monitoring pipeline performance and visualisation of pipeline itself
-
Updated
Mar 21, 2021 - Java
Improve this page
Add a description, image, and links to the slf4j topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the slf4j topic, visit your repo's landing page and select "manage topics."
Hi, I have discovered issue when using
feign.httpclient.ApacheHttpClient.In some cases Apache client throws
ProtocolExceptionwhich is a checked exception. This happens for example when server returned 303 HTTP code but there was no location header.In such case Feign proxy throws
UndeclaredThrowableExceptioninstead of invoking ErrorDecoder.