codelipenghui commented on PR #16412: URL: https://github.com/apache/pulsar/pull/16412#issuecomment-1186674271
@eolivelli @hangc0276 I think the streaming style you are talking about is similar to https://trino.io/docs/current/develop/client-protocol.html ? The client can get part of the data for each request and perform the next request based on the last response `nextUrl`. I'm not sure how https://github.com/apache/pulsar/pull/14930 can resolve the issue of the server-side run for a long time, but the client-side will not get a timeout. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
