Vultr DocsLatest Content


Update

Updated on 15 September, 2025

The vultr-cli database advanced-option kafka-rest update command updates Kafka REST configuration settings for a Vultr managed database instance, allowing customization of the REST proxy service.

Usage

console
$ vultr-cli database advanced-option kafka-rest update <Database ID> [flags]

Flags

Shorthand Long Version Description
- --consumer-enable-auto-commit set the managed database Kafka REST configuration value for consumer_enable_auto_commit
- --consumer-request-max-bytes set the managed database Kafka REST configuration value for consumer_request_max_bytes
- --consumer-request-timeout-ms set the managed database Kafka REST configuration value for consumer_request_timeout_ms
- --name-strategy set the managed database Kafka REST configuration value for name_strategy
- --name-strategy-validation set the managed database Kafka REST configuration value for name_strategy_validation
- --producer-acks set the managed database Kafka REST configuration value for producer_acks
- --producer-compression-type set the managed database Kafka REST configuration value for producer_compression_type
- --producer-linger-ms set the managed database Kafka REST configuration value for producer_linger_ms
- --producer-max-request-size set the managed database Kafka REST configuration value for producer_max_request_size
- --simpleconsumer-pool-size-max set the managed database Kafka REST configuration value for simpleconsumer_pool_size_max

Comments

No comments yet.