500 Commits (1672a75e1f04ce3b7cd4fa202942a8887cf811e1)

Author SHA1 Message Date
Konstantine Karantasis 371f14c3c1
KAFKA-5295: Allow source connectors to specify topic-specific settings for new topics (KIP-158) (#8722) 5 years ago
Chris Egerton de6468ae59
KAFKA-9472: Remove deleted Connect tasks from status store (#8118) 5 years ago
Florian Hussonnois 3818770d7f
KAFKA-4794: Add access to OffsetStorageReader from SourceConnector (#2604) 5 years ago
Valeria 9aeb78b990
KAFKA-6755: Allow literal value for MaskField SMT (#6284) 5 years ago
Chris Egerton 85ed123ac6
KAFKA-9767: Add logging to basic auth rest extension (#8357) 5 years ago
Jeff Huang 2988eac082
KAFKA-9944: Added supporting customized HTTP response headers for Kafka Connect. (#8620) 5 years ago
Chris Egerton 40ee580ed2
KAFKA-9888: Copy connector configs before passing to REST extensions (#8511) 5 years ago
Randall Hauch 981ef5166d
KAFKA-9931: Implement KIP-605 to expand support for Connect worker internal topic configurations (#8654) 5 years ago
Mario Molina 856e366512
KAFKA-9780: Deprecate commit records without record metadata (#8379) 5 years ago
Randall Hauch d4ffc24a02
MINOR: Correct MirrorMaker2 integration test configs for Connect internal topics (#8653) 5 years ago
Chris Egerton ab4b4d7372
KAFKA-9950: Construct new ConfigDef for MirrorTaskConfig before defining new properties (#8608) 5 years ago
Chris Egerton 82f5efabc9
KAFKA-8869: Remove task configs for deleted connectors from config snapshot (#8444) 5 years ago
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