Skip to content
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-15579] Create GetReplicaLogInfo* handlers #18670

Draft
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Conversation

josefk31
Copy link
Contributor

Creates the GetReplicaLogInfo APIs for Kafka.

See kip-996 for more details.

add GetReplicaLogInfo Request and Response

add GetReplicaLogInfo to apikeys.java

add GetReplicaLogInfo Request and Response

fix GetReplicaLogInfoResponse

add test for GetReplicaLogInfo in RequestResponseTest.java

add GetReplicaLogInfoResponse

add latestVersionUnstable

Conflicts:
	clients/src/main/java/org/apache/kafka/common/protocol/ApiKeys.java
	clients/src/main/java/org/apache/kafka/common/requests/AbstractRequest.java
	clients/src/main/java/org/apache/kafka/common/requests/AbstractResponse.java
	clients/src/test/java/org/apache/kafka/common/requests/RequestResponseTest.java
	core/src/main/scala/kafka/network/RequestConvertToJson.scala

cherry-pick of PR on top of origin/trunk.
@github-actions github-actions bot added triage PRs from the community clients labels Jan 22, 2025
@josefk31 josefk31 force-pushed the jhooper/getreplicatedloginfo branch from 7100394 to 3563bb8 Compare January 22, 2025 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clients triage PRs from the community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants