gchq / sleeper

A cloud-native, serverless, scalable, cheap key-value store
Apache License 2.0
53 stars 11 forks source link

Keep prefixes of state store properties consistent #2761

Closed kr565370 closed 4 days ago

kr565370 commented 1 week ago

Background

We have 2 common prefixes for state store properties: statestore and metadata.

Description

We should stick to one prefix for state store properties.

Analysis

The statestore prefix is probably more descriptive than metadata. We have one property already using this prefix: sleeper.table.statestore.classname. We should update all the other properties to use this same prefix.