451 Commits (87eaa5396d991b53ef89e58c37b54b6c1517b554)

Author SHA1 Message Date
Sanjana Kaundinya 4d86b191c0
KAFKA-9509; Fixing flakiness of MirrorConnectorsIntegrationTest.testReplication (#8048) 5 years ago
Randall Hauch dd7a314591
KAFKA-9074: Correct Connect’s `Values.parseString` to properly parse a time and timestamp literal (#7568) 5 years ago
Karan Kumar c8d97c6d51
KAFKA-9375: Add names to all Connect threads (#7901) 5 years ago
ning2008wisc f217752bed
KAFKA-9360: Allow disabling MM2 heartbeat and checkpoint emissions (#7887) 5 years ago
Konstantine Karantasis 7746301c26
KAFKA-9422: Track the set of topics a connector is using (KIP-558) (#8017) 5 years ago
belugabehr aecd3936a3
KAFKA-9405: Use Map.computeIfAbsent where applicable (#7937) 5 years ago
Ron Dagostino a3509c0870 MINOR: MiniKdc JVM shutdown hook fix (#7946) 5 years ago
Ted Yu 8e5faca963 Correct exception message in DistributedHerder (#7995) 5 years ago
Gunnar Morling b399a731a3 KAFKA-7273 Clarification on mutability of headers passed to Converter#fromConnectData() (#7489) 5 years ago
Ivan Yurchenko 6594114cbd KAFKA-9143: Log task reconfiguration error only when it happened (#7648) 5 years ago
Chia-Ping Tsai a14f25546a MINOR: Change the log level from ERROR to DEBUG when failing to get plugin loader for connector (#7964) 5 years ago
Nigel Liang 28f013708f KAFKA-9024: Better error message when field specified does not exist (#7819) 5 years ago
Chris Egerton 58a0b99e92 KAFKA-9083: Various fixes/improvements for Connect's Values class (#7593) 5 years ago
Narek Karapetian d755ca14a0 MINOR: log error message from Connect sink exception (#7555) 5 years ago
Chris Egerton eed81c66e9 MINOR: Fix typo in connect integration test class name (#7976) 5 years ago
Edoardo Comar a88703255b KAFKA-9218: MirrorMaker 2 can fail to create topics (#7745) 5 years ago
Sönke Liebau 5c00191ea9 MINOR: Removed accidental double negation in error message. (#7834) 5 years ago
Mickael Maison 3953204d35 MINOR: Fix connect:mirror checkstyle (#7951) 5 years ago
ning2008wisc 4fe324b5a6 KAFKA-9352: Use 'roundrobin' to assign topic-partitions to mirroring tasks (#7880) 5 years ago
Seungha Lee 655447140e MINOR: Cleanup generic & throw syntax in connect (#7892) 5 years ago
belugabehr 5731caf9c7 KAFKA-9396; Use JDK `emptyIterator` in `ConnectHeaders` Class (#7922) 5 years ago
Jason Gustafson 2ac78ff621
MINOR: Propagate LogContext to channel builders and SASL authenticator (#7867) 5 years ago
Ismael Juma 6dc6f6a60d
KAFKA-9324: Drop support for Scala 2.11 (KIP-531) (#7859) 5 years ago
Lee Dongjin 8c64aa080a MINOR: trivial cleanups 5 years ago
Konstantine Karantasis 0e57a3924e KAFKA-9184: Redundant task creation and periodic rebalances after zombie Connect worker rejoins the group (#7771) 5 years ago
Jason Gustafson 5b6de9f2d0
KAFKA-8933; Fix NPE in DefaultMetadataUpdater after authentication failure (#7682) 5 years ago
Cyrus Vafadari d3131a1020 KAFKA-9258 Check Connect Metrics non-null in task stop (#7768) 5 years ago
ning2008wisc 88448f6255 KAFKA-9219: prevent NullPointerException in Kafka Connect metrics (#7652) 5 years ago
Chris Egerton da4337271e KAFKA-9051: Prematurely complete source offset read requests for stopped tasks (#7532) 5 years ago
Chris Egerton 38d243b022 KAFKA-9046: Use top-level worker configs for connector admin clients 5 years ago
Mickael Maison 7027d92927
KAFKA-9175: Update MirrorMaker 2 topic/partition metrics (#7688) 5 years ago
Greg Harris ff68b60429 KAFKA-8340, KAFKA-8819: Use PluginClassLoader while statically initializing plugins (#7315) 5 years ago
Chris Egerton bcdc6336fc KAFKA-8945/KAFKA-8947: Fix bugs in Connect REST extension API (#7392) 5 years ago
Konstantine Karantasis 5e231f1738 KAFKA-9014: Fix AssertionError when SourceTask.poll returns an empty list (#7491) 5 years ago
Guozhang Wang fb9b0dfde5
MINOR: Augment log4j to add generation number in performAssign (#7451) 5 years ago
Ryanne Dolan 4ac892ca78 KAFKA-7500: MirrorMaker 2.0 (KIP-382) 5 years ago
Magesh Nandakumar 586c587b3d KAFKA-8974: Trim whitespaces in topic names in sink connector configs (#7442) 5 years ago
Nigel Liang ded1fb8c4d KAFKA-6290: Support casting from logical types in cast transform (#7371) 5 years ago
Gunnar Morling e76770343c KAFKA-8523 Enabling InsertField transform to be used with tombstone events (#6914) 5 years ago
Cyrus Vafadari 5b829f2b61 KAFKA-8447: New Metric to Measure Number of Tasks on a Connector (#6843) 5 years ago
Chris Egerton 791d0d61bf KAFKA-8804: Secure internal Connect REST endpoints (#7310) 5 years ago
Arjun Satish 1c831c22e1 KAFKA-7772: Dynamically Adjust Log Levels in Connect (#7403) 5 years ago
Almog Gavra bfcc17f211 KAFKA-8595: Support deserialization of JSON decimals encoded in NUMERIC (#7354) 5 years ago
Tu V. Tran f6f24c4700 KAFKA-8729, pt 2: Add error_records and error_message to PartitionResponse (#7150) 5 years ago
Yaroslav Tkachenko 70d1bb40d9 KAFKA-7273: Extend Connect Converter to support headers (#6362) 5 years ago
Mickael Maison ac385c4c3a KAFKA-8474; Use HTML lists for config layout (#6870) 5 years ago
Konstantine Karantasis 74fc3323a5 MINOR: Add unit test for KAFKA-8676 to guard against unrequired task restarts (#7287) 5 years ago
LuyingLiu 31a5f92b9f Changed for updatedTasks, avoids stopping and starting of unnecessary tasks (#7097) 5 years ago
Konstantine Karantasis d7f8ec8628 MINOR: Fix the doc of scheduled.rebalance.max.delay.ms config property (#7242) 5 years ago
Randall Hauch 5b4e749dc6 KAFKA-8391; Temporarily ignore flaky Connect rebalance integration tests 5 years ago