altoo-ag/akka-kryo-serialization

Implement also the ByteBufferSerializer interface

Closed this issue · 7 comments

luben commented

... to be used with the new (experimental) remoting transport:

http://doc.akka.io/docs/akka/2.4/scala/remoting-artery.html#ByteBuffer_based_serialization

luben commented

I am currently working on it. The base case is already implemented. I have also to cover the transformations (if applicable)

luben commented

The artery transport is leaking a lot of memory in my case. I can't decide if our code contributes to the akka leaks. I'll give it a try again after next akka release

hi @luben
Using the ByteBufferSerializer is still a topic ;)
https://doc.akka.io/docs/akka/current/remoting-artery.html?language=scala#ByteBuffer_based_serialization
Are you interested in trying with the latest versions or handing over your work in progress?

luben commented

Hi @danischroeter ,

Thanks for taking the responsibility of the library.

I didn't finished my work on adding the support for ByteBuffers. I have since moved on so I don't think I will finish it.

Thx for the quick response!
Sure - fair enough. We're happy to continue the great work of you guys!

What is the status of this issue, help-wanted?

Implemented by #255