package configs
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class Restore(fromWhen: Option[OffsetDateTime], overrideTopics: Option[Map[String, String]]) extends Product with Serializable
- fromWhen
An optional datetime which only restores topics are are after or equal to that date
- overrideTopics
An optional map that allows you to translate topics that are backed up to a new topic name in the destination Kafka cluster. The key is the backed up topic name and the value is the new topic name. If this map doesn't contain a key for a topic then its backed up as normal.
Value Members
- object Restore extends Serializable