You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/kafka/kafka-connect-2.6/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/kafkaconnect/v2_6/KafkaConnectTask.java
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -24,17 +24,17 @@ public Collection<SinkRecord> getRecords() {
24
24
}
25
25
26
26
/**
27
-
* Returns the first record in the batch, used for extracting destination information.
28
-
* Note: Records in a batch can come from multiple topics, so this should only be used
29
-
* when you need a representative record, not for definitive topic information.
27
+
* Returns the first record in the batch, used for extracting destination information. Note:
28
+
* Records in a batch can come from multiple topics, so this should only be used when you need a
29
+
* representative record, not for definitive topic information.
Copy file name to clipboardExpand all lines: instrumentation/kafka/kafka-connect-2.6/testing/src/test/java/io/opentelemetry/instrumentation/kafkaconnect/v2_6/MongoKafkaConnectSinkTaskTest.java
+24-15Lines changed: 24 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -417,7 +417,7 @@ public void testKafkaConnectMongoSinkTaskMultiTopicInstrumentation()
417
417
StringtopicName1 = TOPIC_NAME + "-1";
418
418
StringtopicName2 = TOPIC_NAME + "-2";
419
419
StringtopicName3 = TOPIC_NAME + "-3";
420
-
420
+
421
421
// Setup Kafka Connect MongoDB Sink connector with multiple topics
0 commit comments