rajvarun77 commented on issue #3011: URL: https://github.com/apache/brpc/issues/3011#issuecomment-4536373899
@jiangdongzi — heads up, picking up MySQL support based on @yanglimingcn's [#2093](https://github.com/apache/brpc/pull/2093). Delivering in 4 stages starting with text protocol + `mysql_native_password`. Tracking: [issue #209](https://github.com/apache/brpc/issues/209), takeover comment at https://github.com/apache/brpc/pull/2093#issuecomment-4536371681. To your async-API question directly: this gives you native async MySQL over brpc channels — you won't need `mysql_real_connect_nonblocking`, since brpc's bthread-based I/O handles the non-blocking concern at the channel layer. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
