case class ConsumerSettings(bootstrapServers: List[String], properties: Map[String, AnyRef], closeTimeout: zio.Duration, pollInterval: zio.Duration, pollTimeout: zio.Duration, perPartitionChunkPrefetch: Int, offsetRetrieval: OffsetRetrieval = OffsetRetrieval.Auto(), rebalanceListener: RebalanceListener = RebalanceListener.noop, restartStreamOnRebalancing: Boolean = false) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConsumerSettings
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ConsumerSettings(bootstrapServers: List[String], properties: Map[String, AnyRef], closeTimeout: zio.Duration, pollInterval: zio.Duration, pollTimeout: zio.Duration, perPartitionChunkPrefetch: Int, offsetRetrieval: OffsetRetrieval = OffsetRetrieval.Auto(), rebalanceListener: RebalanceListener = RebalanceListener.noop, restartStreamOnRebalancing: Boolean = false)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bootstrapServers: List[String]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val closeTimeout: zio.Duration
- def driverSettings: Map[String, AnyRef]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val offsetRetrieval: OffsetRetrieval
- val perPartitionChunkPrefetch: Int
- val pollInterval: zio.Duration
- val pollTimeout: zio.Duration
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val properties: Map[String, AnyRef]
- val rebalanceListener: RebalanceListener
- val restartStreamOnRebalancing: Boolean
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withBootstrapServers(servers: List[String]): ConsumerSettings
- def withClientId(clientId: String): ConsumerSettings
- def withCloseTimeout(timeout: zio.Duration): ConsumerSettings
- def withCredentials(credentialsStore: KafkaCredentialStore): ConsumerSettings
- def withGroupId(groupId: String): ConsumerSettings
- def withGroupInstanceId(groupInstanceId: String): ConsumerSettings
- def withOffsetRetrieval(retrieval: OffsetRetrieval): ConsumerSettings
- def withPerPartitionChunkPrefetch(prefetch: Int): ConsumerSettings
- def withPollInterval(interval: zio.Duration): ConsumerSettings
- def withPollTimeout(timeout: zio.Duration): ConsumerSettings
- def withProperties(kvs: Map[String, AnyRef]): ConsumerSettings
- def withProperties(kvs: (String, AnyRef)*): ConsumerSettings
- def withProperty(key: String, value: AnyRef): ConsumerSettings
- def withRebalanceListener(listener: RebalanceListener): ConsumerSettings
- def withRestartStreamOnRebalancing(value: Boolean): ConsumerSettings