-
Notifications
You must be signed in to change notification settings - Fork 14.8k
KAFKA-15470: Allow creating connectors in a stopped state #14704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KAFKA-15470: Allow creating connectors in a stopped state #14704
Conversation
9816762 to
9dbb418
Compare
C0urante
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Yash, this is looking great. I've made it through all of the functional changes; planning to review tests later this week.
connect/runtime/src/main/java/org/apache/kafka/connect/cli/ConnectStandalone.java
Outdated
Show resolved
Hide resolved
connect/runtime/src/main/java/org/apache/kafka/connect/cli/ConnectStandalone.java
Show resolved
Hide resolved
connect/runtime/src/main/java/org/apache/kafka/connect/cli/ConnectStandalone.java
Show resolved
Hide resolved
connect/runtime/src/main/java/org/apache/kafka/connect/cli/ConnectStandalone.java
Outdated
Show resolved
Hide resolved
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/Herder.java
Show resolved
Hide resolved
...untime/src/main/java/org/apache/kafka/connect/runtime/rest/resources/ConnectorsResource.java
Outdated
Show resolved
Hide resolved
connect/runtime/src/test/java/org/apache/kafka/connect/cli/ConnectStandaloneTest.java
Show resolved
Hide resolved
…new CreateConnectorRequest::initialTargetState method; minor docs updates; additional tests; other minor refactors
yashmayya
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the review Chris, thorough as always!
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/Herder.java
Show resolved
Hide resolved
connect/runtime/src/main/java/org/apache/kafka/connect/cli/ConnectStandalone.java
Show resolved
Hide resolved
C0urante
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Yash, LGTM!
|
Thanks Chris! Test failures appear unrelated, merging to |
Reviewers: Chris Egerton <chrise@aiven.io>
Reviewers: Chris Egerton <chrise@aiven.io>
Reviewers: Chris Egerton <chrise@aiven.io>
Reviewers: Chris Egerton <chrise@aiven.io>
initial_statein thePOST /connectorsendpointCommitter Checklist (excluded from commit message)