475 Commits (0f8dc1fcd720fbb7eb6152ef40ecaafdd6b04e15)

Author SHA1 Message Date
SoontaekLim 179be72e30
KAFKA-9642: Change "BigDecimal(double)" constructor to "BigDecimal.valueOf(double)" (#8212) 5 years ago
Daniel dfdb49f26a
KAFKA-9778: Add methods to validate and assert connector configurations in integration tests with EmbeddedConnectCluster (#8359) 5 years ago
Ismael Juma 90bbeedf52
MINOR: Fix Scala 2.13 compiler warnings (#8390) 5 years ago
Greg Harris 2c969b14d3
KAFKA-9706: Handle null in keys or values when Flatten transformation is used (#8279) 5 years ago
Svend Vanderveken 169fa0efcc
MINOR: Fix error message in exception when records have schemas in Connect's Flatten transformation (#3982) 5 years ago
Chris Egerton ee832d7d78
KAFKA-9771: Port patch for inter-worker Connect SSL from Jetty 9.4.25 (#8369) 5 years ago
Greg Harris 008a3b21f6
KAFKA-9707: Fix InsertField.Key should apply to keys of tombstone records (#8280) 5 years ago
Mickael Maison 3df5464fca
MINOR: Fix a number of warnings in mirror/mirror-client (#8074) 5 years ago
Chia-Ping Tsai a5c257890e
MINOR: Add method to Herder to control logging of connector configs during validation (#8263) 5 years ago
belugabehr 99eb0d1006
KAFKA-9407: Return an immutable list from poll in SchemaSourceTask (#7939) 5 years ago
nicolasguyomar f8173c2df5
MINOR: Update Connect error message to point to the correct config validation REST endpoint (#7991) 5 years ago
Chia-Ping Tsai 4f6907947a
MINOR: fix linking errors in javadoc (#8198) 5 years ago
Konstantine Karantasis 406635bcc9
MINOR: Use Exit.exit instead of System.exit in MM2 (#8321) 5 years ago
Colin Patrick McCabe 56051e7639
KAFKA-8820: kafka-reassign-partitions.sh should support the KIP-455 API (#8244) 5 years ago
Matthias J. Sax dffc7f8c30
MINOR: Fix build and JavaDoc warnings (#8291) 5 years ago
Nigel Liang 569cf994b0
KAFKA-9712: Catch and handle exception thrown by reflections scanner (#8289) 5 years ago
Chris Egerton b9e3fa2322
KAFKA-9601: Stop logging raw connector config values (#8165) 5 years ago
Konstantine Karantasis 16ee326755
KAFKA-9556; Fix two issues with KIP-558 and expand testing coverage (#8085) 5 years ago
Xavier Léauté 7e1c39f75a
KAFKA-9106 make metrics exposed via jmx configurable (#7674) 5 years ago
Konstantine Karantasis 97d2c726f1
MINOR: Small Connect integration test fixes (#8100) 5 years ago
Lev Zemlyanov f51e1e6548
allow ReplaceField SMT to handle tombstone records (#7731) 5 years ago
Lev Zemlyanov c8f1ee9cd9
KAFKA-9192: fix NPE when for converting optional json schema in structs (#7733) 5 years ago
Konstantine Karantasis 0f14aef8cb
MINOR: Start using Response and replace IOException in EmbeddedConnectCluster for failures (#8055) 5 years ago
Gunnar Morling 5727b24509
KAFKA-7052 Avoiding NPE in ExtractField SMT in case of non-existent fields (#8059) 5 years ago
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