Agnaldo de Oliveira

Results 4 comments of Agnaldo de Oliveira

Hi @WellingR at this moment my team has a performance problem with that eventsByTag implementation, we try to use some Postgres extensions (https://www.postgresql.org/docs/9.6/static/pgtrgm.html) to help but for us a query...

Hi @WellingR, I Implemented like you said and it improves a lot the database performance. Why you prefer this approach that uses LIKE in default mode? what is the most...

Hi @ailesgrise and @johnynek Today I tried upgrading to Akka 2.5.11 and got the same error. ``` com.esotericsoftware.kryo.KryoException: java.lang.UnsupportedOperationException: ConfigObject is immutable, you can't call Map.put Serialization trace: object (com.typesafe.config.impl.SimpleConfig)...

Hi @johnynek I found the problem, we configure Akka cluster messages to be serialized by kryo but the correct config is to use the default Akka serialization for it. thanks