-
Notifications
You must be signed in to change notification settings - Fork 10
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
Pagination #84
Pagination #84
Conversation
Signed-off-by: Stanislav Knot <sknot@redhat.com>
kafka-admin/src/main/resources/openapi-specs/kafka-admin-rest.yaml
Outdated
Show resolved
Hide resolved
kafka-admin/src/main/java/org/bf2/admin/kafka/admin/handlers/RestOperations.java
Outdated
Show resolved
Hide resolved
kafka-admin/src/main/java/org/bf2/admin/kafka/admin/model/Types.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Stanislav Knot <sknot@redhat.com>
kafka-admin/src/main/java/org/bf2/admin/kafka/admin/ConsumerGroupOperations.java
Outdated
Show resolved
Hide resolved
systemtests/src/test/java/org/bf2/admin/kafka/systemtest/plain/RestEndpointTestIT.java
Outdated
Show resolved
Hide resolved
systemtests/src/test/java/org/bf2/admin/kafka/systemtest/plain/RestEndpointTestIT.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Stanislav Knot <sknot@redhat.com>
As I expressed at the standup, there's a backward compatibility concern here. we need to be releasing changes that continue to function with the existing callers. We cannot assume that the Console will upgrade at the same moment as Admin API. We cannot assume all instances of the data plane, or all kafka instances are running the same version of the admin API. Thunking required I guess. |
Signed-off-by: Stanislav Knot <sknot@redhat.com>
kafka-admin/src/main/java/org/bf2/admin/kafka/admin/TopicOperations.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Stanislav Knot <sknot@redhat.com>
Signed-off-by: Stanislav Knot <sknot@redhat.com>
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.
Looks good to me to merge when the CI passes.
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.
LGTM, CI fails was just probably infra timeout, restarted run. Merge after CI is green :)
Signed-off-by: Stanislav Knot sknot@redhat.com