ScalaConsultants / reactive-rabbit

Reactive Streams driver for AMQP protocol. Powered by RabbitMQ library.
Apache License 2.0
184 stars 40 forks source link

Remove dependency to Akka #23

Closed mkiedys closed 8 years ago

mkiedys commented 8 years ago

The only reason we have dependency to Akka is becuase of akka.util.ByteBuffer. Same goals can be achieved by using Scala IndexedSeq.

Unfortunately IndexedSeq will make a copy of provided Array[Byte] the same way as does ByteBuffer.