You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you referring to replacing play-json with your own JSON parser? Unfortunately it's not possible without forking the project. I would love to integrate this project with http://rapture.io/mod/json and have pluggable json library.
Just looked at Akka Event Adapter. Seems like it would eliminate the need to handle Array[Byte]. We don't use Event Adapter but would love to get some feedback/update.
I want to use a json event adapter I wrote so that the data could be serialized as json in redis since the current encoding is unreadable.
How can I mix in the adapter usage with the plugin?
The text was updated successfully, but these errors were encountered: