object TopicActions

Creates topic actions for managed topics.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TopicActions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class KafkaFutureConverter[T] extends AnyRef
  2. case class TopicInfo(id: String, name: String, cluster: Option[String], partitions: Option[Int], replicationFactor: Option[Int], properties: Map[String, String], managed: Boolean, bootstrapServers: Option[String], brokerConfig: Map[String, String]) extends Product with Serializable
  3. type TopicResource = ConfigMap

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val DefaultConfigurationName: String
  5. val KafkaClusterNameFormat: String
  6. val KafkaClusterNameLabel: String
  7. def action(appConfigSecretName: Option[String], runners: Map[String, Runner[_]], labels: CloudflowLabels, topic: TopicInfo, newApp: Cr, namedClustersNamespace: String): Action

    Create a topic using the correct Kafka configuration.

    Create a topic using the correct Kafka configuration.

    Configuration resolution order: 1. App secret contains inline connection configuration for topic 2. User-defined topic cluster configuration name in blueprint 3. Default topic cluster configuration

  8. def apply(newApp: Cr, runners: Map[String, Runner[_]], namedClustersNamespace: String): Seq[Action]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def createAction(topic: TopicInfo, labels: CloudflowLabels, runners: Map[String, Runner[_]], newApp: Cr, bootstrapServers: String, partitions: Int, replicas: Int): CompositeAction[Nothing]
  12. def createActionFromKafkaConfigSecret(secret: Secret, newApp: Cr, runners: Map[String, Runner[_]], labels: CloudflowLabels, topic: TopicInfo): Action
  13. def createTopicOrError(newApp: Cr, runners: Map[String, Runner[_]], labels: CloudflowLabels, topic: TopicInfo): Action
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getConfigFromSecret(secret: Secret): Config
  19. def getData(secret: Secret): String
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def maybeCreateActionFromAppConfigSecret(secretOption: Option[Secret], newApp: Cr, runners: Map[String, Runner[_]], labels: CloudflowLabels, topic: TopicInfo): Option[Action]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def portMappingToTopic(pm: PortMapping): Topic
  27. def resource(namespace: String, topic: TopicInfo, partitions: Int, replicationFactor: Int, bootstrapServers: String, labels: CloudflowLabels): ConfigMap
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. object KafkaAdmins
  34. object TopicInfo extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped