Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
Switch to Akka streams MergeSequence
Browse files Browse the repository at this point in the history
  • Loading branch information
jroper committed Oct 18, 2020
1 parent ffa306b commit e0b5e6a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 243 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import java.util.concurrent.atomic.AtomicBoolean
import akka.{Done, NotUsed}
import akka.actor.{ActorSystem, Cancellable}
import akka.http.scaladsl.model.{MediaType, MediaTypes}
import akka.stream.scaladsl.{Broadcast, Flow, GraphDSL, Partition, Source, Zip}
import akka.stream.scaladsl.{Broadcast, Flow, GraphDSL, MergeSequence, Partition, Source, Zip}
import akka.stream.{FlowShape, Materializer}
import com.google.protobuf.TextFormat.ParseException
import com.google.protobuf.{ByteString, CodedOutputStream, UnsafeByteOperations, WireFormat}
Expand All @@ -37,7 +37,6 @@ import com.google.protobuf.Descriptors.MethodDescriptor
import io.cloudstate.proxy.UserFunctionRouter
import io.cloudstate.proxy.entity.UserFunctionReply
import io.cloudstate.proxy.protobuf.Options
import io.cloudstate.proxy.streams.MergeSequence
import org.slf4j.LoggerFactory

import scala.collection.JavaConverters._
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit e0b5e6a

Please sign in to comment.