No description
Find a file
Patrik Nordwall 373f1acf3a =str 15707 Define default names for sources and sinks
* Not intended to close the ticket, but improve the situation somewhat
  by defining default names of all sources and sinks.
* The stage names (actor names) are still rather weird

For example the following

    Source.single(1).named("aa")
      .map(identity).named("bb")
      .map(identity).named("cc")
      .runWith(Sink.publisher)

is materilaized with names:
flow-1-0-cc-bb-aa-singleSource : akka.stream.impl.PublisherSource@1787f2a0
flow-1-1-cc-bb-map : Map(<function1>,OperationAttributes(List(Name(map))))
flow-1-2-cc-map : Map(<function1>,OperationAttributes(List(Name(map))))
flow-1-3-publisherSink : PublisherSink

but that is out of scope for this commit
2015-04-20 21:04:03 +02:00
akka-docs-dev !str #16951 Unify scaladsl and javadsl OperationAttributes 2015-04-16 14:16:01 +02:00
akka-http/src/main !htc #17039, #16933 change default materialization placeholder type from Unit to Any 2015-04-10 15:10:42 +02:00
akka-http-core/src !str #17189 Add withAttributes and named to Graph 2015-04-17 11:31:32 +02:00
akka-http-testkit/src !str #16992 Rework Source and Sink name parameter 2015-03-06 09:24:00 +01:00
akka-http-tests/src/test =htp #17051 fix BodyPartParser not handling streaming entities correctly 2015-04-10 14:00:30 +02:00
akka-parsing/src/main !htc,par cleanup warnings 2014-11-12 11:44:13 +01:00
akka-stream/src/main =str 15707 Define default names for sources and sinks 2015-04-20 21:04:03 +02:00
akka-stream-tck/src/test/scala/akka/stream/tck !str #17189 Add withAttributes and named to Graph 2015-04-17 11:31:32 +02:00
akka-stream-testkit/src/test !str #17189 Add withAttributes and named to Graph 2015-04-17 11:31:32 +02:00
akka-stream-tests/src/test =str 15707 Define default names for sources and sinks 2015-04-20 21:04:03 +02:00