Skip to content

jaceksokol/akka-stream-map-async-partition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

akka-stream-map-async-partition

Simple operator for akka-stream that allows to process elements in a parallel but taking into consideration possible partition of an element. Thanks to such an approach you can maximise throughput i.e. when processing messages from Kafka.

Usage

libraryDependencies ++= Seq(
  "com.github.jaceksokol" %% "akka-stream-map-async-partition" % "VERSION"
)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages