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

how to send a set of messages streamingly via kraps-rpc #4

Open
bluejoe2008 opened this issue Feb 13, 2020 · 0 comments
Open

how to send a set of messages streamingly via kraps-rpc #4

bluejoe2008 opened this issue Feb 13, 2020 · 0 comments

Comments

@bluejoe2008
Copy link

bluejoe2008 commented Feb 13, 2020

in some cases, we need return a set of results on server side, for example, executing a JDBC query:

val rs = con.execute("select * from person")
while(rs.hasNext){
  val result = rs.next
  ...
}

how to use kraps-rpc to handle this application case?
should I send a set of requests(with cursor information) one by one on client side?

needs your kindly help!

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

1 participant