Packages

package configs

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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

  1. object Restore extends Serializable

Ungrouped