You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The GeoIP plugin can only operate on a flat file and does not query a service.
Describe the solution you'd like
We would like to query a local cache of the MaxMind database that we expose via a gRPC interface. We would like the plugin to offer a way to fetch database entries from HTTP and gRPC endpoints so that we can point it to our internal caching service.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Unfortunately, no. This is because WASM or WASI on wasm-micro-runtime does not implement socket interface completely. So, we're not able to implement network stack required programming model in filter_wasm mechanism, I'm afraid.
Is your feature request related to a problem? Please describe.
The GeoIP plugin can only operate on a flat file and does not query a service.
Describe the solution you'd like
We would like to query a local cache of the MaxMind database that we expose via a gRPC interface. We would like the plugin to offer a way to fetch database entries from HTTP and gRPC endpoints so that we can point it to our internal caching service.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: