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: pulsar-io/kafka-connect-adaptor/src/main/java/org/apache/pulsar/io/kafka/connect/PulsarKafkaConnectSinkConfig.java
+5
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,11 @@ public class PulsarKafkaConnectSinkConfig implements Serializable {
95
95
+ "In some cases it may result in topic name collisions (topic_a and topic.a will become the same)")
96
96
privatebooleansanitizeTopicName = false;
97
97
98
+
@FieldDoc(
99
+
defaultValue = "false",
100
+
help = "Supply kafka record with topic name without -partition- suffix for partitioned topics.")
Copy file name to clipboardExpand all lines: pulsar-io/kafka-connect-adaptor/src/test/java/org/apache/pulsar/io/kafka/connect/KafkaConnectSinkTest.java
+88
Original file line number
Diff line number
Diff line change
@@ -1564,6 +1564,94 @@ public void testGetMessageSequenceRefForBatchMessage() throws Exception {
0 commit comments