541 Commits (ebd64b5d558f5500f419e7e66499ba9ffc30dc04)

Author SHA1 Message Date
Lucas Bradstreet 8e9cf0e0cb
MINOR: mirror integration tests should not call System.exit (#9200) 4 years ago
Ning Zhang c6d135e21f
KAFKA-10133: MM2 readme update on config (#9215) 4 years ago
Konstantine Karantasis e034fedbd3
KAFKA-10387: Fix inclusion of transformation configs when topic creation is enabled in Connect (#9172) 4 years ago
showuon 43a8b4458d
KAFKA-10255: Fix flaky testOneWayReplicationWithAutoOffsetSync test (#9029) 4 years ago
Matthias J. Sax 194c56fce2
KAFKA-9274: Mark `retries` config as deprecated and add new `task.timeout.ms` config (#8864) 4 years ago
Arjun Satish f699bd98c1
MINOR: Remove call to Exit.exit() to prevent infinite recursion in Connect integration tests (#9015) 4 years ago
Chris Egerton cf69bdc713
KAFKA-10192: Wait for REST API to become available before testing blocked connectors (#8928) 4 years ago
Chris Egerton 4cd6dfc825
KAFKA-10240: Suppress WakeupExceptions during sink task shutdown (#9003) 4 years ago
Mickael Maison caa806cd82
KAFKA-10232: MirrorMaker2 internal topics Formatters KIP-597 (#8604) 4 years ago
Mario Molina efec315d0a
KAFKA-9018: Throw clearer exceptions on serialisation errors (#7496) 4 years ago
Cheng Tan 55b5b248cd
KAFKA-9893: Configurable TCP connection timeout and improve the initial metadata fetch (KIP-601) (#8683) 4 years ago
showuon 3624daef2a
KAFKA-9509: Increase timeout when consuming records to fix flaky test in MM2 (#8894) 4 years ago
Ning Zhang 9c9a79b459
KAFKA-9076: support consumer sync across clusters in MM 2.0 (#7577) 4 years ago
Andras Katona 492306a0c5
MINOR: Upgrade jetty to 9.4.27.v20200227 and jersey to 2.31 (#8859) 4 years ago
Tom Bentley a1f429d4f6
MINOR: Documentation for KIP-585 (#8839) 4 years ago
Chia-Ping Tsai 88fe466f03
HOTFIX: Fix compile error in TopicAdminTest (#8866) 4 years ago
Chris Egerton 7f4fc76e96
KAFKA-9374: Make connector interactions asynchronous (#8069) 4 years ago
Aakash Shah a6ca7ad310 KAFKA-10115: Incorporate errors.tolerance with the Errant Record Reporter (#8829) 4 years ago
Randall Hauch 48b56e533b
KAFKA-9216: Enforce that Connect’s internal topics use `compact` cleanup policy (#8828) 4 years ago
Chris Egerton 92d56ed933
KAFKA-9845: Warn users about using config providers with plugin.path property (#8455) 4 years ago
Chris Egerton 775f0d484b
KAFKA-9066: Retain metrics for failed tasks (#8502) 4 years ago
Lucent-Wong 6abb913c64
KAFKA-9841: Revoke duplicate connectors and tasks when zombie workers return with an outdated assignment (#8453) 4 years ago
Mario Molina 45fb78edd4
KAFKA-9985: Sink connector may exhaust broker when writing in DLQ (#8663) 4 years ago
Greg Harris 7d8e62b3b6
KAFKA-9969: Exclude ConnectorClientConfigRequest from class loading isolation (#8630) 4 years ago
Auston a22aa95f50
KAFKA-8938: Improve allocations during Struct validation in ConnectSchema (#7384) 5 years ago
Konstantine Karantasis b2d37cc74e
KAFKA-9849: Fix issue with worker.unsync.backoff.ms creating zombie workers when incremental cooperative rebalancing is used (#8827) 5 years ago
Konstantine Karantasis 09b22e7e67
KAFKA-9848: Avoid triggering scheduled rebalance delay when task assignment fails but Connect workers remain in the group (#8805) 5 years ago
Evelyn Bayes 9a0b694a66
KAFKA-9216: Enforce internal config topic settings for Connect workers during startup (#8270) 5 years ago
Mandar Tillu bdae26d047
Fixing KAFKA-10094 (#8797) 5 years ago
Konstantine Karantasis 464aca3627
KAFKA-9851: Revoking Connect tasks due to connectivity issues should also clear the running assignment (#8804) 5 years ago
Chris Egerton 2d9376c8bb
KAFKA-9570: Define SSL configs in all worker config classes, not just distributed (#8135) 5 years ago
Randall Hauch da32720c19
KAFKA-10111: Make SinkTaskContext.errantRecordReporter() a default method (#8814) 5 years ago
Randall Hauch 8f552fd6ac
MINOR: Change the order that Connect calls `config()` and `validate()` to avoid validating if the required ConfigDef is null (#8810) 5 years ago
Badai Aqrandista 50c3012890
KAFKA-9313: Set `use_all_dns_ips` as the new default for `client.dns.lookup` (KIP-602) (#8644) 5 years ago
Chia-Ping Tsai 6074f864b9
KAFKA-10069: Correctly remove user-defined "predicate" and "negate" configs from transformation properties (#8755) 5 years ago
Chia-Ping Tsai f0d6e87421
MINOR: Remove no longer used ReflectionsUtil class (#8762) 5 years ago
showuon 88d996f9fa
MINOR: Code cleanup and assertion message fixes in Connect integration tests (#8750) 5 years ago
Tom Bentley 1c4eb1a575
KAFKA-9673: Filter and Conditional SMTs (#8699) 5 years ago
Aakash Shah 38c1e96d2c
KAFKA-9971: Error Reporting in Sink Connectors (KIP-610) (#8720) 5 years ago
Konstantine Karantasis c89f040d45
KAFKA-10052: Harden assertion of topic settings in Connect integration tests (#8735) 5 years ago
xiaodongdu 9c833f665f
KAFKA-9960: implement KIP-606 to add metadata context to MetricsReporter (#8691) 5 years ago
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