1 - triagedhelp wantedt:docs
Repository metrics
- Stars
- (13,277 stars)
- PR merge metrics
- (Avg merge 8d 19h) (10 merged PRs in 30d)
Description
How to write a non-trivial akka message serializer for protobuf.
Here is an example of a non-trivial protobuf serializer:
https://github.com/akka/akka/blob/master/akka-contrib/src/main/resources/reference.conf#L35-L43
The generated protobuf classes: https://github.com/akka/akka/blob/master/akka-contrib/src/main/java/akka/contrib/pattern/protobuf/msg/DistributedPubSubMessages.java
Also, the sbt plugin should be mentioned: https://github.com/patriknw/akka-data-replication/blob/master/build.sbt