Sync local state

POST /v1/cloud_storage/sync_local_state/{topic}/{partition}

Synchronize the content of the bucket with local partition metadata.

Path parameters

  • topic string Required
  • partition integer Required

Responses

  • 200

    Partition metadata is up to date

POST /v1/cloud_storage/sync_local_state/{topic}/{partition}
curl \
 --request POST 'http://localhost:9644/v1/cloud_storage/sync_local_state/{topic}/{partition}'