K2K Apps
Kafka 2 Kafka application management
Retrieves a single K2KApp by name.
The bearer token can be obtained by creating a ServiceAccount.
Includes metrics in the response, if available.
Happy response.
Error object.
Creates a new K2KApp or updates an existing one.
The bearer token can be obtained by creating a ServiceAccount.
Defines a K2KApp (Kafka-to-Kafka application).
Happy response.
Error object.
Deletes a single K2KApp by name.
The bearer token can be obtained by creating a ServiceAccount.
Deletes the K2KApp instantly and skips waiting for deletion of any corresponding K8s resources.
Happy response.
Error object.
Updates an existing K2KApp.
The bearer token can be obtained by creating a ServiceAccount.
Defines a K2KApp (Kafka-to-Kafka application).
Happy response.
Error object.
Lists all K2KApps.
The bearer token can be obtained by creating a ServiceAccount.
Includes metrics summaries in the response, if available.
Happy response.
Error object.
Creates a new K2KApp.
The bearer token can be obtained by creating a ServiceAccount.
Defines a K2KApp (Kafka-to-Kafka application).
Happy response.
Error object.
Update the committed offsets for multiple topic partitions for a given K2K application.
The bearer token can be obtained by creating a ServiceAccount.
The unique name for the K2K application.
my-app-prodDefines the request body for updating K2K offsets, containing an array of topic-partition-offset tuples.
Offsets successfully updated.
Error object.
Update the committed offsets for multiple topics based on a timestamp. The offsets will be set to the earliest offset whose timestamp is greater than or equal to the given timestamp.
The bearer token can be obtained by creating a ServiceAccount.
The unique name for the K2K application.
my-app-prodDefines the request body for updating K2K offsets based on a timestamp for multiple topics.
RFC3339 timestamp to seek offsets to.
2025-01-14T10:03:00ZList of Kafka topic names to update offsets for.
["user-login-events","orders","payments"]Offsets successfully updated.
Error object.
Provides Server-Sent Events (SSE) for K2KApp updates. TODO.
The bearer token can be obtained by creating a ServiceAccount.
Error object.
Error object.
Last updated
Was this helpful?

