bzp2010 commented on code in PR #6995: URL: https://github.com/apache/apisix/pull/6995#discussion_r867818038
########## apisix/init.lua: ########## @@ -318,6 +323,111 @@ local function common_phase(phase_name) end +ffi.cdef[[ + int64_t atoll(const char *num); +]] +local function kafka_access_phase(api_ctx) Review Comment: Moved to a separate module. -- 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]
