488 Commits (59efa12d0c0c098e6f57848bf5a43b459c0563e0)

Author SHA1 Message Date
belugabehr 59efa12d0c
KAFKA-9409: Supplement immutability of ClusterConfigState class in Connect (#7942) 5 years ago
Okada Haruki affb270bbc
MINOR: Fix redundant typos in comments and javadocs (#8693) 5 years ago
Greg Harris 62fa8fc9a9
KAFKA-9955: Prevent SinkTask::close from shadowing other exceptions (#8618) 5 years ago
Jeremy Custenborder 924cee2954
KAFKA-9537 - Cleanup error messages for abstract transformations (#8090) 5 years ago
Arjun Satish 9bc96d54f8
MINOR: Replace null with an actual value for timestamp field in InsertField SMT unit tests (#8649) 5 years ago
Andy Coates 4f61b00fcd
KAFKA-9667: Connect JSON serde strip trailing zeros (#8230) 5 years ago
Chris Egerton 29dd1148c8
KAFKA-9768: Fix handling of rest.advertised.listener config (#8360) 5 years ago
Tom Bentley f92cc85c9f
KAFKA-9633: Ensure ConfigProviders are closed (#8204) 5 years ago
Chia-Ping Tsai 07e14e9cc5
MINOR: Fix unused arguments used in formatted string and log messages (#8036) 5 years ago
Chris Egerton cc02dd6e3b
KAFKA-9919: Add logging to KafkaBasedLog::readToLogEnd (#8554) 5 years ago
Greg Harris 0ee19e87d2
KAFKA-9830: Implement AutoCloseable in ErrorReporter and subclasses (#8442) 5 years ago
Jeff Widman 9886d67999
MINOR: Fix typos in config properties in MM2 test (#8561) 5 years ago
Randall Hauch 2ecdca2814
KAFKA-9883: Add better error message when REST API forwards a request and leader is not known (#8536) 5 years ago
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