Class/Object

com.twitter.finatra.kafka.consumers

KafkaConsumerConfig

Related Docs: object KafkaConsumerConfig | package consumers

Permalink

case class KafkaConsumerConfig extends KafkaConsumerConfigMethods[KafkaConsumerConfig] with ToKafkaProperties with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KafkaConsumerConfig
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ToKafkaProperties
  7. KafkaConsumerConfigMethods
  8. Logging
  9. Logging
  10. KafkaConfigMethods
  11. KafkaConfig
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type This = KafkaConsumerConfig

    Permalink
    Definition Classes
    KafkaConfigMethods

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 def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def autoCommitInterval(duration: Duration): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  6. def autoOffsetReset(offsetResetStrategy: OffsetResetStrategy): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  7. def bootstrapServers(servers: String): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  8. def checkCrcs(boolean: Boolean): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  9. def clientId(clientId: String): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val configMap: Map[String, String]

    Permalink
    Definition Classes
    KafkaConsumerConfigKafkaConfig
  12. def connectionsMaxIdle(duration: Duration): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  13. def debug(marker: Marker, message: ⇒ Any, cause: Throwable): Unit

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

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

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

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

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

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  19. def dest(dest: String, timeout: Duration): This

    Permalink

    Configure the Kafka server the consumer will connect to.

    Configure the Kafka server the consumer will connect to.

    dest

    the Kafka server address

    timeout

    the timeout duration when trying to resolve the dest server.

    returns

    the KafkaConsumerConfigMethods instance.

    Definition Classes
    KafkaConsumerConfigMethods
  20. def dest(dest: String): This

    Permalink

    Configure the Kafka server the consumer will connect to.

    Configure the Kafka server the consumer will connect to.

    dest

    the Kafka server address

    returns

    the KafkaConsumerConfigMethods instance.

    Definition Classes
    KafkaConsumerConfigMethods
  21. def enableAutoCommit(boolean: Boolean): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  22. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  28. def excludeInternalTopics(boolean: Boolean): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  29. def fetchMax(storageUnit: StorageUnit): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  30. def fetchMaxWait(duration: Duration): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  31. def fetchMin(storageUnit: StorageUnit): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  32. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. def fromConfigMap(config: Map[String, String]): KafkaConsumerConfig

    Permalink

    Override this in your concrete builder with a copy constructor for that builder that replaces the old configMap with a modified one.

    Override this in your concrete builder with a copy constructor for that builder that replaces the old configMap with a modified one.

    Definition Classes
    KafkaConsumerConfigKafkaConfigMethods
  34. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  35. def groupId(groupId: KafkaGroupId): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  36. def heartbeatInterval(duration: Duration): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  37. def info(marker: Marker, message: ⇒ Any, cause: Throwable): Unit

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

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

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

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

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  42. def interceptor[T](implicit arg0: Manifest[T]): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  43. def isDebugEnabled(marker: Marker): Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  50. def isTraceEnabled(marker: Marker): Boolean

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

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

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

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  54. def isolationLevel(isolationLevel: IsolationLevel): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  55. final def logger: Logger

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  56. final def loggerName: String

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  57. def maxPartitionFetch(storageUnit: StorageUnit): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  58. def maxPollInterval(duration: Duration): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  59. def maxPollRecords(int: Int): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  60. def metadataMaxAge(duration: Duration): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  61. def metricReporter[T](implicit arg0: Manifest[T]): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  62. def metricsNumSamples(int: Int): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  63. def metricsRecordingLevel(recordingLevel: RecordingLevel): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  64. def metricsSampleWindow(duration: Duration): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  65. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  66. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  68. def partitionAssignmentStrategy[T](implicit arg0: Manifest[T]): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  69. def properties: Properties

    Permalink
    Definition Classes
    ToKafkaProperties
  70. def receiveBuffer(storageUnit: StorageUnit): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  71. def reconnectBackoff(duration: Duration): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  72. def reconnectBackoffMax(duration: Duration): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  73. def requestTimeout(duration: Duration): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  74. def retryBackoff(duration: Duration): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  75. def sendBufferConfig(storageUnit: StorageUnit): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  76. def sessionTimeout(duration: Duration): This

    Permalink
    Definition Classes
    KafkaConsumerConfigMethods
  77. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  79. def trace(marker: Marker, message: ⇒ Any, cause: Throwable): Unit

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  87. def warn(marker: Marker, message: ⇒ Any, cause: Throwable): Unit

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

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

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

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

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  92. def withClassName[T](key: String)(implicit arg0: Manifest[T]): This

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaConfigMethods
  93. def withClassNameBuilder[T](key: String)(implicit arg0: Manifest[T]): This

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaConfigMethods
  94. def withConfig(keyValuesMap: Map[String, String]): This

    Permalink
    Definition Classes
    KafkaConfigMethods
  95. def withConfig(key: String, value: StorageUnit): This

    Permalink
    Definition Classes
    KafkaConfigMethods
  96. def withConfig(key: String, value: Duration): This

    Permalink
    Definition Classes
    KafkaConfigMethods
  97. def withConfig(key: String, value: Boolean): This

    Permalink
    Definition Classes
    KafkaConfigMethods
  98. def withConfig(key: String, value: Int): This

    Permalink
    Definition Classes
    KafkaConfigMethods
  99. def withConfig(key: String, value: String): This

    Permalink
    Definition Classes
    KafkaConfigMethods

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ToKafkaProperties

Inherited from Logging

Inherited from Logging

Inherited from KafkaConfig

Inherited from AnyRef

Inherited from Any

Ungrouped