Module host_io

Module host_io 

Source
Expand description

§Host IO modules.

This module contains IO modules, providing IO operations to the guest handled by the host runtime. The interfaces are blocking from the guest’s perspective, but the host runtime executes the IO asynchronously without blocking the host thread when guest is waiting for IO.

Modules§

cache
A key-value cache shared with all instances of the extension.
event_queue
Event queuing functionality for tracking and recording request events.
grpc
Generic gRPC client.
http
A module for executing HTTP requests.
kafka
Kafka Producer Module
logger
Logging utilities and abstractions.
nats
Client interface for interacting with NATS messaging system
postgres
Postgres connection pooling and transaction management.