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

backend: add leader epoch to partition api response #1484

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

bojand
Copy link
Member

@bojand bojand commented Oct 23, 2024

❯ http http://localhost:9090/api/topics/owlshop-orders-protobuf-plain/partitions
HTTP/1.1 200 OK
App-Build-Timestamp: 1729709471
Content-Type: application/json
Vary: Origin
Date: Wed, 23 Oct 2024 18:52:23 GMT
Content-Length: 255

{
    "topicName": "owlshop-orders-protobuf-plain",
    "partitions": [
        {
            "id": 0,
            "replicas": [
                0
            ],
            "offlineReplicas": null,
            "inSyncReplicas": [
                0
            ],
            "leader": 0,
            "waterMarkLow": 0,
            "waterMarkHigh": 7,
            "leaderEpoch": 1,
            "partitionLogDirs": [
                {
                    "brokerId": 0,
                    "partitionId": 0,
                    "size": 12929
                }
            ]
        }
    ]
}

@bojand bojand requested review from jvorcak and weeco October 23, 2024 18:54
backend: add leader epoch to partition api response
@bojand bojand merged commit e44f133 into master Oct 28, 2024
3 checks passed
@bojand bojand deleted the bd/partition-api-epoch branch October 28, 2024 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants