-
otisg updated
7 years ago
-
Hi,
we have a problem while creating persistent mailbox.
While akka.kamon.instrumentation.InstrumentedEnvelope is not serializable and we can't persist EnvelopeContext so we persist just envelope…
-
Following an offline chat with @dotta at Scala Italy, adding an explicit return type should be within the realm of the possible and it could greatly improve compile times.
```diff
-def foo(x: Int)…
gabro updated
7 years ago
-
https://github.com/wsargent/shade-with-sbt-assembly
-
Hi all, I'm trying to upgrade from akka 2.4.11 to 2.5.1 and I'm seeing something weird. I have cluster made of 1 master and 2 slave machines, but I also run the app from my laptop - a 1-node cluster. …
-
I have a few suggestions for this library that I think might bring clarity / specificity to the libraries they extend.
We could release this library AS-IS versioned as 0.6.5 with support for Scala …
-
> [JVM-2] *** RUN ABORTED ***
> [JVM-2] java.lang.NoSuchMethodError: akka.util.Helpers$.toRootLowerCase(Ljava/lang/String;)Ljava/lang/String;
> [JVM-2] at akka.remote.RemoteSettings.(RemoteSetti…
-
Kamon.shutdown() uses the deprecated method ActorSystem.shutdown() that is no more available in Akka 2.5.
-
-
Particularly beneficial:
- HdrHistogram by default
- Built-in Akka Metrics
- TraceContext
I would really like to be able to attach a TraceID to every request and be able to see all log statements (wh…