Trait

com.twitter.finatra.kafkastreams.dsl

FinatraDslToCluster

Related Doc: package dsl

Permalink

trait FinatraDslToCluster extends KafkaStreamsTwitterServer with FlushingAwareServer

Linear Supertypes
FlushingAwareServer, KafkaStreamsTwitterServer, ScalaStreamsImplicits, KafkaFlagUtils, TwitterServer, Warmup, Ports, DeprecatedLogging, Logging, TwitterServer, Lifecycle, AdminHttpServer, Hooks, DtabFlags, Linters, Stats, Slf4jBridge, App, Logging, Logging, App, Lifecycle, CloseOnceAwaitably, CloseOnceAwaitably0[Unit], Awaitable[Unit], ClosableOnce, CloseOnce, Closable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FinatraDslToCluster
  2. FlushingAwareServer
  3. KafkaStreamsTwitterServer
  4. ScalaStreamsImplicits
  5. KafkaFlagUtils
  6. TwitterServer
  7. Warmup
  8. Ports
  9. DeprecatedLogging
  10. Logging
  11. TwitterServer
  12. Lifecycle
  13. AdminHttpServer
  14. Hooks
  15. DtabFlags
  16. Linters
  17. Stats
  18. Slf4jBridge
  19. App
  20. Logging
  21. Logging
  22. App
  23. Lifecycle
  24. CloseOnceAwaitably
  25. CloseOnceAwaitably0
  26. Awaitable
  27. ClosableOnce
  28. CloseOnce
  29. Closable
  30. AnyRef
  31. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class FinatraKeyValueStream[K, V] extends AnyRef

    Permalink
  2. implicit class KStreamJConversions[K, V] extends AnyRef

    Permalink
    Definition Classes
    ScalaStreamsImplicits
  3. implicit class KStreamSConversions[K, V] extends AnyRef

    Permalink
    Definition Classes
    ScalaStreamsImplicits
  4. implicit class StreamsBuilderConversions extends AnyRef

    Permalink
    Definition Classes
    ScalaStreamsImplicits

Abstract Value Members

  1. abstract def configureKafkaStreams(builder: StreamsBuilder): Unit

    Permalink

    Callback method which is executed after the injector is created and before any other lifecycle methods.

    Callback method which is executed after the injector is created and before any other lifecycle methods.

    Use the provided StreamsBuilder to create your KafkaStreams topology.

    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer
    Note

    It is NOT expected that you block in this method as you will prevent completion of the server lifecycle.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val MinGrace: Duration

    Permalink
    Definition Classes
    App
  5. def addAdminRoute(route: Route): Unit

    Permalink
    Definition Classes
    AdminHttpServer
  6. def addAdminRoutes(newRoutes: Seq[Route]): Unit

    Permalink
    Definition Classes
    AdminHttpServer
  7. def addDtabs(): Unit

    Permalink
    Definition Classes
    DtabFlags
  8. def addFrameworkModule(module: Module): Unit

    Permalink
    Attributes
    protected[com.twitter]
    Definition Classes
    App
  9. def addFrameworkModules(modules: Module*): Unit

    Permalink
    Attributes
    protected[com.twitter]
    Definition Classes
    App
  10. def addFrameworkOverrideModules(modules: Module*): Unit

    Permalink
    Attributes
    protected[com.twitter.inject]
    Definition Classes
    App
  11. def adminBoundAddress: InetSocketAddress

    Permalink
    Definition Classes
    AdminHttpServer
  12. var adminHttpServer: ListeningServer

    Permalink
    Attributes
    protected
    Definition Classes
    AdminHttpServer
  13. val adminPort: Flag[InetSocketAddress]

    Permalink
    Definition Classes
    AdminHttpServer
  14. def afterPostWarmup(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer → App
    Annotations
    @Lifecycle()
  15. def allowUndefinedFlags: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    App
  16. val appendFlag: Flag[Boolean]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  17. val applicationId: Flag[String]

    Permalink
    Attributes
    protected[com.twitter.finatra.kafkastreams]
    Definition Classes
    KafkaStreamsTwitterServer
  18. val applicationServerConfig: Flag[String]

    Permalink
    Attributes
    protected[com.twitter.finatra.kafkastreams]
    Definition Classes
    KafkaStreamsTwitterServer
  19. def args: Array[String]

    Permalink
    Definition Classes
    App
  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. val asyncFlag: Flag[Boolean]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  22. val asyncMaxSizeFlag: Flag[Int]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  23. def await(awaitables: Awaitable[_]*): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer
  24. def await[T <: Awaitable[_]](awaitable: T): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer
  25. def beforePostWarmup(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer → App
    Annotations
    @Lifecycle()
  26. val bootstrapServer: Flag[String]

    Permalink
    Attributes
    protected[com.twitter.finatra.kafkastreams]
    Definition Classes
    KafkaStreamsTwitterServer
  27. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def close(deadline: Time): Future[Unit]

    Permalink
    Definition Classes
    CloseOnce
  29. def close(after: Duration): Future[Unit]

    Permalink
    Definition Classes
    Closable
  30. final def close(): Future[Unit]

    Permalink
    Definition Classes
    Closable
  31. final def closeFuture: Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    CloseOnce
  32. final def closeOnExit(closable: Closable): Unit

    Permalink
    Definition Classes
    App
  33. final def closeOnExitLast(closable: Closable): Unit

    Permalink
    Definition Classes
    App
  34. def closeOnce(deadline: Time): Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    App → CloseOnce
  35. val commitInterval: Flag[Duration]

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer
  36. def configureAdminHttpServer(server: Server): Server

    Permalink
    Attributes
    protected
    Definition Classes
    AdminHttpServer
  37. def configureLoggerFactories(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    DeprecatedLogging → Logging
  38. def consumerFlagWithKafkaDefault[T](key: String)(implicit arg0: Flaggable[T]): Flag[T]

    Permalink

    Create a flag prefixed by "kafka.consumer." with a default value and help string that is populated from the Kafka ConsumerConfig class

    Create a flag prefixed by "kafka.consumer." with a default value and help string that is populated from the Kafka ConsumerConfig class

    T

    Type of the flag value

    key

    Name of the KafkaStreams flag as specified in the ConsumerConfig class

    returns

    Flag for the specified key

    Definition Classes
    KafkaFlagUtils
  39. def createAndStartKafkaStreams(): Unit

    Permalink
    Attributes
    protected[com.twitter.finatra]
    Definition Classes
    KafkaStreamsTwitterServer
  40. def createKafkaStreamsProperties(): Properties

    Permalink
    Attributes
    protected[com.twitter.finatra]
    Definition Classes
    KafkaStreamsTwitterServer
  41. def createKafkaStreamsTopology(): Topology

    Permalink
    Attributes
    protected[com.twitter.finatra]
    Definition Classes
    KafkaStreamsTwitterServer
  42. def debug(marker: Marker, message: ⇒ Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  43. def debug(message: ⇒ Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  44. def debug(marker: Marker, message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  45. def debug(message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  46. def debugFutureResult[T](msg: String)(func: ⇒ Future[T]): Future[T]

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  47. def debugResult[T](message: ⇒ String)(fn: ⇒ T): T

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  48. def defaultAdminPort: Int

    Permalink
    Definition Classes
    AdminHttpServer
  49. def defaultAppend: Boolean

    Permalink
    Definition Classes
    Logging
  50. val defaultCloseGracePeriod: Duration

    Permalink
    Definition Classes
    KafkaStreamsTwitterServer → App
  51. def defaultFormatter: Formatter

    Permalink
    Definition Classes
    Logging
  52. def defaultLogLevel: Level

    Permalink
    Definition Classes
    Logging
  53. def defaultOutput: String

    Permalink
    Definition Classes
    Logging
  54. def defaultRollPolicy: Policy

    Permalink
    Definition Classes
    Logging
  55. def defaultRotateCount: Int

    Permalink
    Definition Classes
    Logging
  56. def disableAdminHttpServer: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    AdminHttpServer
  57. val dtabAddBaseFlag: Flag[Dtab]

    Permalink
    Definition Classes
    DtabFlags
  58. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  59. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  60. def error(marker: Marker, message: ⇒ Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  61. def error(message: ⇒ Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  62. def error(marker: Marker, message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  63. def error(message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  64. def errorResult[T](message: ⇒ String)(fn: ⇒ T): T

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  65. def exitOnError(reason: String, details: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    App
  66. def exitOnError(reason: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    App
  67. def exitOnError(throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    App
  68. def failfastOnFlagsNotParsed: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    App → App
  69. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  70. val flag: Flags

    Permalink
    Definition Classes
    App
  71. def flagWithKafkaDefault[T](key: String)(implicit arg0: Flaggable[T]): Flag[T]

    Permalink

    Create a flag prefixed by "kafka." with a default value and help string that is populated from the Kafka Streams StreamsConfig class

    Create a flag prefixed by "kafka." with a default value and help string that is populated from the Kafka Streams StreamsConfig class

    T

    Type of the flag value

    key

    Name of the KafkaStreams flag as specified in the StreamsConfig class

    returns

    Flag for the specified key

    Definition Classes
    KafkaFlagUtils
  72. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  73. val group: String

    Permalink
    Definition Classes
    Lifecycle
  74. def handle(clazz: Class[_ <: Handler]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer
  75. def handle[T <: Handler]()(implicit arg0: Manifest[T]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer
  76. def handlers: List[() ⇒ Handler]

    Permalink
    Definition Classes
    Logging
  77. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  78. def httpExternalPort: Option[Int]

    Permalink
    Definition Classes
    Ports
  79. def httpsExternalPort: Option[Int]

    Permalink
    Definition Classes
    Ports
  80. val inferClassNamesFlag: Flag[Boolean]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  81. def info(marker: Marker, message: ⇒ Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  82. def info(message: ⇒ Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  83. def info(marker: Marker, message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  84. def info(message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  85. def infoResult[T](message: ⇒ String)(fn: ⇒ T): T

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  86. final def init(f: ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    App
  87. def injector: Injector

    Permalink
    Definition Classes
    App
  88. final def isClosed: Boolean

    Permalink
    Definition Classes
    CloseOnce
  89. def isDebugEnabled(marker: Marker): Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  90. def isDebugEnabled: Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  91. def isErrorEnabled(marker: Marker): Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  92. def isErrorEnabled: Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  93. def isInfoEnabled(marker: Marker): Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  94. def isInfoEnabled: Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  95. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  96. def isReady(implicit permit: CanAwait): Boolean

    Permalink
    Definition Classes
    CloseOnceAwaitably0 → Awaitable
  97. def isTraceEnabled(marker: Marker): Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  98. def isTraceEnabled: Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  99. def isWarnEnabled(marker: Marker): Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  100. def isWarnEnabled: Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  101. def javaModules: Collection[Module]

    Permalink
    Attributes
    protected
    Definition Classes
    App
  102. def javaOverrideModules: Collection[Module]

    Permalink
    Attributes
    protected
    Definition Classes
    App
  103. def kafkaFlag[T](key: String, default: ⇒ T)(implicit arg0: Flaggable[T]): Flag[T]

    Permalink

    Create a flag prefixed by "kafka." with the specified default value and a help string that is populated from the Kafka Streams StreamsConfig class

    Create a flag prefixed by "kafka." with the specified default value and a help string that is populated from the Kafka Streams StreamsConfig class

    T

    Type of the flag value

    key

    Name of the KafkaStreams flag as specified in the StreamsConfig class

    default

    Default value for this flag

    returns

    Flag for the specified key

    Definition Classes
    KafkaFlagUtils
  104. var kafkaStreams: KafkaStreams

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer
  105. val kafkaStreamsBuilder: StreamsBuilder

    Permalink
    Attributes
    protected[com.twitter.finatra.kafkastreams]
    Definition Classes
    KafkaStreamsTwitterServer
  106. def kafkaStreamsClientSupplier: KafkaClientSupplier

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer
  107. val levelFlag: Flag[Level]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  108. def libraryName: String

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer → AdminHttpServer
  109. def linterRules: Seq[Rule]

    Permalink
    Definition Classes
    Linters
  110. def loadModules(): InstalledModules

    Permalink
    Attributes
    protected[com.twitter.inject]
    Definition Classes
    App
  111. def loadServiceBindings: Seq[Binding[_]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    App
  112. final def logger: Logger

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  113. def loggerFactories: List[LoggerFactory]

    Permalink
    Definition Classes
    Logging
  114. final def loggerName: String

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  115. final def main(): Unit

    Permalink
    Definition Classes
    TwitterServer → App
  116. final def main(args: Array[String]): Unit

    Permalink
    Definition Classes
    App
  117. def modules: Seq[Module]

    Permalink
    Attributes
    protected
    Definition Classes
    App
  118. val name: String

    Permalink
    Definition Classes
    App
  119. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  120. final def nonExitingMain(args: Array[String]): Unit

    Permalink
    Definition Classes
    App
  121. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  122. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  123. final def observe(event: Event)(f: ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Lifecycle
  124. final def observeFuture(event: Event)(f: Future[Unit]): Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    Lifecycle
  125. final def onExit(f: ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    App
  126. final def onExitLast(f: ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    App
  127. def onStateChange(newState: State, oldState: State): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer
  128. val outputFlag: Flag[String]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  129. def overrideModules: Seq[Module]

    Permalink
    Attributes
    protected
    Definition Classes
    App
  130. def parseArgs(args: Array[String]): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    App
  131. def postInjectorStartup(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer → TwitterServer → App
  132. def postWarmup(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer → TwitterServer → App
  133. final def postmain(f: ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    App
  134. def prebindWarmup(): Unit

    Permalink
    Definition Classes
    Warmup
  135. final def premain(f: ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    App
  136. def producerFlagWithKafkaDefault[T](key: String)(implicit arg0: Flaggable[T]): Flag[T]

    Permalink

    Create a flag prefixed by "kafka.producer." with a default value and help string that is populated from the Kafka ProducerConfig class

    Create a flag prefixed by "kafka.producer." with a default value and help string that is populated from the Kafka ProducerConfig class

    T

    Type of the flag value

    key

    Name of the KafkaStreams flag as specified in the ProducerConfig class

    returns

    Flag for the specified key

    Definition Classes
    KafkaFlagUtils
  137. var properties: Properties

    Permalink
    Attributes
    protected[com.twitter.finatra.kafkastreams]
    Definition Classes
    KafkaStreamsTwitterServer
  138. def ready(timeout: Duration)(implicit permit: CanAwait): FinatraDslToCluster.this.type

    Permalink
    Definition Classes
    CloseOnceAwaitably0 → Awaitable
  139. def requiredKafkaFlag[T](key: String, helpPrefix: String = "")(implicit arg0: Flaggable[T], arg1: Manifest[T]): Flag[T]

    Permalink

    Create a required flag prefixed by "kafka." with a help string this is populated from the Kafka Streams StreamsConfig class

    Create a required flag prefixed by "kafka." with a help string this is populated from the Kafka Streams StreamsConfig class

    T

    Type of the flag value

    key

    Name of the KafkaStreams flag as specified in the StreamsConfig class

    helpPrefix

    A string to be added to the front of the Kafka documentation for this key

    returns

    Flag for the specified key

    Definition Classes
    KafkaFlagUtils
  140. def resolveFinagleClientsOnStartup: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer
  141. def result(timeout: Duration)(implicit permit: CanAwait): Unit

    Permalink
    Definition Classes
    CloseOnceAwaitably0 → Awaitable
  142. val rollPolicyFlag: Flag[Policy]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  143. val rotateCountFlag: Flag[Int]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  144. def routes: Seq[Route]

    Permalink
    Definition Classes
    AdminHttpServer
  145. final def run(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer → App
  146. def setExceptionHandler(streams: KafkaStreams): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer
  147. def setup(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer
  148. lazy val shutdownTimer: Timer

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer → App
  149. def start(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer
  150. final def startupCompletionEvent: Event

    Permalink
    Attributes
    protected[com.twitter]
    Definition Classes
    TwitterServer → Warmup → TwitterServer
  151. def statsReceiver: StatsReceiver

    Permalink
    Definition Classes
    Stats
  152. def statsReceiverModule: Module

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer
  153. def streamsProperties(config: KafkaStreamsConfig): KafkaStreamsConfig

    Permalink

    Callback method which is executed after the injector is created and before KafkaStreams is configured.

    Callback method which is executed after the injector is created and before KafkaStreams is configured.

    Use the provided KafkaStreamsConfig and augment to configure your KafkaStreams topology.

    Example:

    override def streamsProperties(config: KafkaStreamsConfig): KafkaStreamsConfig = {
      super
        .streamsProperties(config)
        .retries(60)
        .retryBackoff(1.second)
        .consumer.sessionTimeout(10.seconds)
        .consumer.heartbeatInterval(1.second)
        .producer.retries(300)
        .producer.retryBackoff(1.second)
        .producer.requestTimeout(2.minutes)
        .producer.transactionTimeout(2.minutes)
        .producer.batchSize(500.kilobytes)
    }
    config

    the default KafkaStreamsConfig defined at createKafkaStreamsProperties

    returns

    a KafkaStreamsConfig with your additional configurations applied.

    Definition Classes
    FlushingAwareServerKafkaStreamsTwitterServer
  154. def streamsStatsReceiver: StatsReceiver

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer
  155. final val suppressGracefulShutdownErrors: Boolean

    Permalink
    Definition Classes
    TwitterServer → App
  156. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  157. def thriftPort: Option[Int]

    Permalink
    Definition Classes
    Ports
  158. def time[T](formatStr: String)(func: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  159. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  160. var topology: Topology

    Permalink
    Attributes
    protected[com.twitter.finatra.kafkastreams]
    Definition Classes
    KafkaStreamsTwitterServer
  161. def trace(marker: Marker, message: ⇒ Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  162. def trace(message: ⇒ Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  163. def trace(marker: Marker, message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  164. def trace(message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  165. def traceResult[T](message: ⇒ String)(fn: ⇒ T): T

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  166. implicit def transformerFunctionToSupplier[K, V, K1, V1](transformerFactory: () ⇒ Transformer[K, V, (K1, V1)]): TransformerSupplier[K, V, KeyValue[K1, V1]]

    Permalink
    Definition Classes
    ScalaStreamsImplicits
  167. def uncaughtException: Throwable

    Permalink
    Definition Classes
    KafkaStreamsTwitterServer
  168. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  169. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  170. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  171. def warmup(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer → App
  172. def warmupComplete(): Unit

    Permalink
    Definition Classes
    Warmup
  173. def warn(marker: Marker, message: ⇒ Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  174. def warn(message: ⇒ Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  175. def warn(marker: Marker, message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  176. def warn(message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  177. def warnResult[T](message: ⇒ String)(fn: ⇒ T): T

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging

Deprecated Value Members

  1. lazy val log: Logger

    Permalink
    Definition Classes
    DeprecatedLogging → Logging
    Annotations
    @deprecated
    Deprecated

    (Since version 2017-10-06) For backwards compatibility only.

Inherited from FlushingAwareServer

Inherited from KafkaStreamsTwitterServer

Inherited from ScalaStreamsImplicits

Inherited from KafkaFlagUtils

Inherited from TwitterServer

Inherited from Warmup

Inherited from Ports

Inherited from DeprecatedLogging

Inherited from Logging

Inherited from TwitterServer

Inherited from Lifecycle

Inherited from AdminHttpServer

Inherited from Hooks

Inherited from DtabFlags

Inherited from Linters

Inherited from Stats

Inherited from Slf4jBridge

Inherited from App

Inherited from Logging

Inherited from Logging

Inherited from App

Inherited from Lifecycle

Inherited from CloseOnceAwaitably

Inherited from CloseOnceAwaitably0[Unit]

Inherited from Awaitable[Unit]

Inherited from ClosableOnce

Inherited from CloseOnce

Inherited from Closable

Inherited from AnyRef

Inherited from Any

Ungrouped