Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event Adapter #25

Open
prahim opened this issue Dec 15, 2016 · 3 comments
Open

Event Adapter #25

prahim opened this issue Dec 15, 2016 · 3 comments

Comments

@prahim
Copy link

prahim commented Dec 15, 2016

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?

@hootsuitemike
Copy link
Collaborator

I'm not sure. Does the underlying Redis client support that?

@ssong-van
Copy link
Contributor

ssong-van commented Feb 17, 2017

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.

@ssong-van
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants