Sean Glover
Sean Glover
Hi Strimzi team, This is a proposal to support namespaced Kafka topics as part of a Kubernetes application's lifecycle. I tried to think of a way that was both simple...
Lagom 1.5 cron build Identified as a flakey test spec in #1797 https://travis-ci.com/github/lagom/lagom/jobs/347038859#L4436 ``` Exception (java.lang.IllegalStateException) encountered during startup: Failed to bind port 46881 on 127.0.0.1. at org.apache.cassandra.transport.Server.start(Server.java:160) at java.util.Collections$SingletonSet.forEach(Collections.java:4769)...
Travis standard build output was too slow/large to manage, from raw log: https://travis-ci.com/github/lagom/lagom/jobs/345415168 Build task: `sbt projections-happy-path` ``` [0m[[0minfo[0m] [0m[0m[[0minfo[0m] [0mTest com.example.hello.impl.[33mHelloServiceTest[0m.[36mshouldStorePersonalizedGreeting[0m started[0m[0m [0m[[0minfo[0m] [0mStarting Cassandra on port client port:...
``` [JVM-3] com.lightbend.lagom.scaladsl.persistence.cassandra.CassandraClusteredPersistentEntitySpecMultiJvmNode3 *** ABORTED *** [JVM-3] java.lang.RuntimeException: barrier failed: cassandra-initialised [JVM-3] at akka.remote.testconductor.ClientFSM$$anonfun$3.applyOrElse(Player.scala:241) [JVM-3] at akka.remote.testconductor.ClientFSM$$anonfun$3.applyOrElse(Player.scala:215) [JVM-3] at scala.runtime.AbstractPartialFunction.apply(AbstractPartialFunction.scala:38) [JVM-3] at akka.actor.FSM.processEvent(FSM.scala:707) [JVM-3] at akka.actor.FSM.processEvent$(FSM.scala:704) [JVM-3] at akka.remote.testconductor.ClientFSM.akka$actor$LoggingFSM$$super$processEvent(Player.scala:168) [JVM-3]...
``` Running sample.helloworld.impl.HelloServiceTest Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.741 sec
``` [error] sbt.librarymanagement.ResolveException: unresolved dependency: com.lightbend.lagom#lagom-scaladsl-kafka-broker_2.12;1.6.1: not found ``` https://travis-ci.com/github/lagom/lagom/jobs/313820204#L526
Hi, Lightbend has asked me to assume ownership over the Kafka Lag Exporter project. This project was created by me and with the exception of a few commits has been...
Remove docs and configuration references to white/black lists and replace them with allow/deny. We can preserve the support for the terms in the impl. to prevent breaking changes.