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

make send async? #17

Open
He-Pin opened this issue Aug 6, 2015 · 1 comment
Open

make send async? #17

He-Pin opened this issue Aug 6, 2015 · 1 comment
Labels

Comments

@He-Pin
Copy link
Contributor

He-Pin commented Aug 6, 2015

No description provided.

@He-Pin
Copy link
Contributor Author

He-Pin commented Aug 7, 2015

I am currently read the log from the kafka ,which is formated in protobuf format and then consume it via akka actors.and then I streaming it to graylog2-server via gelfclient.

but the method on GelfTransport is either block or no blocking with just an hint,so it would not that nice when working it with akka.

so how about make it return a Future?

and I know you using the queue there maybe for back pressure ,but the a composable way maybe implement the RS.

@bernd bernd added the feature label Aug 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants