Object/Class

com.twitter.finatra.kafka.consumers

TracingKafkaConsumer

Related Docs: class TracingKafkaConsumer | package consumers

Permalink

object TracingKafkaConsumer

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

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. val ClientIdAnnotation: String

    Permalink

    Trace annotation for the client id defined inside CLIENT_ID_CONFIG.

    Trace annotation for the client id defined inside CLIENT_ID_CONFIG. This is present as a BinaryAnnotation in the trace.

  5. val ConsumerGroupIdAnnotation: String

    Permalink

    Trace annotation for the group id defined inside GROUP_ID_CONFIG.

    Trace annotation for the group id defined inside GROUP_ID_CONFIG. This is present as a BinaryAnnotation in the trace.

  6. val ConsumerPollAnnotation: String

    Permalink

    Trace annotation to record the poll event.

  7. val ConsumerTopicAnnotation: String

    Permalink

    Trace annotation for the topic(s) subscribed by the consumer subscribes.

    Trace annotation for the topic(s) subscribed by the consumer subscribes. This is present as a BinaryAnnotation in a trace.

  8. val ProducerTraceIdAnnotation: String

    Permalink

    Trace annotation for the traceId of the publisher that published the record.

    Trace annotation for the traceId of the publisher that published the record. This is present as a BinaryAnnotation in a trace.

  9. def apply[K, V](configs: Properties, keyDeserializer: Deserializer[K], valueDeserializer: Deserializer[V]): TracingKafkaConsumer[K, V]

    Permalink

    Helper constructor which accepts Properties for constructing the TracingKafkaConsumer.

    Helper constructor which accepts Properties for constructing the TracingKafkaConsumer.

    K

    type of Key.

    V

    type of value.

    configs

    The consumer configs.

    keyDeserializer

    The serializer for key that implements Deserializer. The

    configure()
    
    method won't be called in the consumer when the deserializer is passed in directly.

    valueDeserializer

    The serializer for value that implements Deserializer. The

    configure()
    
    deserializer is passed in directly.

    returns

    an instance of TracingKafkaConsumer.

  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped