Class KafkaRecordReceiverContext
java.lang.Object
io.micrometer.observation.Observation.Context
io.micrometer.observation.transport.ReceiverContext<org.apache.kafka.clients.consumer.ConsumerRecord<?,?>>
org.springframework.kafka.support.micrometer.KafkaRecordReceiverContext
- All Implemented Interfaces:
io.micrometer.observation.Observation.ContextView
public class KafkaRecordReceiverContext
extends io.micrometer.observation.transport.ReceiverContext<org.apache.kafka.clients.consumer.ConsumerRecord<?,?>>
ReceiverContext for ConsumerRecords.- Since:
- 3.0
- Author:
- Gary Russell, Christian Mergenthaler, Wang Zhiyang
-
Constructor Summary
ConstructorsConstructorDescriptionKafkaRecordReceiverContext(org.apache.kafka.clients.consumer.ConsumerRecord<?, ?> record, String listenerId, @Nullable String clientId, @Nullable String groupId, Supplier<String> clusterId) Construct a kafka record receiver context.KafkaRecordReceiverContext(org.apache.kafka.clients.consumer.ConsumerRecord<?, ?> record, String listenerId, Supplier<String> clusterId) Construct a kafka record receiver context. -
Method Summary
Methods inherited from class io.micrometer.observation.transport.ReceiverContext
getCarrier, getGetter, getKind, getRemoteServiceAddress, getRemoteServiceName, setCarrier, setRemoteServiceAddress, setRemoteServiceNameMethods inherited from class io.micrometer.observation.Observation.Context
addHighCardinalityKeyValue, addHighCardinalityKeyValues, addLowCardinalityKeyValue, addLowCardinalityKeyValues, clear, computeIfAbsent, containsKey, get, getAllKeyValues, getContextualName, getError, getHighCardinalityKeyValue, getHighCardinalityKeyValues, getLowCardinalityKeyValue, getLowCardinalityKeyValues, getName, getOrDefault, getParentObservation, getRequired, put, remove, removeHighCardinalityKeyValue, removeHighCardinalityKeyValues, removeLowCardinalityKeyValue, removeLowCardinalityKeyValues, setContextualName, setError, setName, setParentObservation, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.micrometer.observation.Observation.ContextView
getOrDefault
-
Constructor Details
-
KafkaRecordReceiverContext
public KafkaRecordReceiverContext(org.apache.kafka.clients.consumer.ConsumerRecord<?, ?> record, String listenerId, Supplier<String> clusterId) Construct a kafka record receiver context.- Parameters:
record- the consumer record.listenerId- the container listener id.clusterId- the kafka cluster id.
-
KafkaRecordReceiverContext
public KafkaRecordReceiverContext(org.apache.kafka.clients.consumer.ConsumerRecord<?, ?> record, String listenerId, @Nullable String clientId, @Nullable String groupId, Supplier<String> clusterId) Construct a kafka record receiver context.- Parameters:
record- the consumer record.listenerId- the container listener id.clientId- the kafka client id.groupId- the consumer group id.clusterId- the kafka cluster id.- Since:
- 3.2
-
-
Method Details
-
getListenerId
-
getGroupId
Return the consumer group id.- Returns:
- the consumer group id.
- Since:
- 3.2
-
getClientId
-
getSource
-
getRecord
public org.apache.kafka.clients.consumer.ConsumerRecord<?,?> getRecord()Return the consumer record.- Returns:
- the record.
- Since:
- 3.0.6
-
getPartition
-
getOffset
-