Class | Description |
---|---|
Aegis |
The main class for the Aegis proxy.
|
BrokerReader |
Reads the Kafka responses sent back from the broker.
|
BrokerWriter |
Writes Kafka requests to the broker.
|
EndPointPair |
A pair of endpoints.
|
Flow |
Represents a tenant connection and any associated resources, such as a broker
connection.
|
TenantReader |
Reads Kafka requests received from the tenant.
|
TenantWriter |
Writes Kafka responses to the tenant.
|
WorkerPool |
A netty thread pool associated with a particular pair of Aegis endpoints.
|
Writer |
Writes a Kafka message to a channel.
|