John Roesler created KAFKA-9791: ----------------------------------- Summary: Streams should log the effective RocksDB configuration when opening a database Key: KAFKA-9791 URL: https://issues.apache.org/jira/browse/KAFKA-9791 Project: Kafka Issue Type: Improvement Components: streams Reporter: John Roesler
RocksDB has quite a few configuration options. Streams sets some and offers an API for users to set more, so it can be difficult to determine in an operational scenario what the used configuration actually is. It would save quite a bit of time if the RocksDB stores would actually log the configuration they use when initializing the database, although logging at INFO level might be too verbose, as there can be large numbers of such databases in a topology. -- This message was sent by Atlassian Jira (v8.3.4#803005)