Łukasz Młynik

Results 4 issues of Łukasz Młynik

``` Illegal `akka.discovery.method` value 'kubernetes-api' or incompatible class! The implementation class MUST extend akka.discovery.SimpleServiceDiscovery and take an ExtendedActorSystem as constructor argument. ``` This is what I getting when setting up...

1 - triaged

I'm trying to run the example locally but I'm receiving lots of warns ``` [warn] a.k.KafkaConsumerActor - Consumer interrupted with WakeupException after timeout. Message: null. Current value of akka.kafka.consumer.wakeup-timeout is...

status:backlog

Using `Implicit FTP over TLS` sometimes requires various "hackery". i.e. apache-commons-net doesn't manage ssl session reuse which might be needed. I had to create ```java import java.io.IOException; import java.lang.reflect.Field; import...

Currently this project doesn't work correctly with native Scala types like Option, Iterables and Enums. ```json { "userId": 0, "activityType": {}, "timestamp": "2022-03-10T12:15:50", "value": { "empty": true, "defined": true }...