durable-state/src/main/scala/org/apache/pekko/projection/state/scaladsl/DurableStateSourceProvider.scala (2 lines): - line 73: case _ => 0L // FIXME handle DeletedDurableState when that is added - line 131: // FIXME case DeletedDurableState when that is added durable-state/src/main/scala/org/apache/pekko/projection/state/javadsl/DurableStateSourceProvider.scala (2 lines): - line 82: case _ => 0L // FIXME handle DeletedDurableState when that is added - line 142: // FIXME case DeletedDurableState when that is added kafka/src/main/scala/org/apache/pekko/projection/kafka/internal/MetadataClientAdapter.scala (1 line): - line 44: private val KafkaMetadataTimeout = 10.seconds // FIXME get from config jdbc/src/it/scala/org/apache/pekko/projection/jdbc/JdbcProjectionSpec.scala (1 line): - line 278: // TODO: extract this to some utility testkit/src/main/scala/org/apache/pekko/projection/testkit/internal/TestProjectionImpl.scala (1 line): - line 98: // FIXME: Should any of the following settings be exposed by the TestProjection?