-
Notifications
You must be signed in to change notification settings - Fork 61
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
[BACKUP] 新增可選擇備份時間區段功能 #1621
Comments
感謝開立這個議題。 我們可以先以簡單的用法開始,也就是 topic + 時間。 所以你覺得參數該怎麼設計可以讓使用者方便去填寫上述的資料描述?例如:
|
當下實做的部份應該會以 創建 Exporter 的層級來實做,因此目前會想說新增兩組參數
針對 topic 應該就維持原本的 以上是目前針對 exporter 方面實現此功能的暫定想法 |
@Haser0305 感謝回覆,幾個想法:
{
"targets": [
"topic": "xxx",
"pattern": "plain",
"partition": 1,
"range": {
"from": 1000,
"to": 4444,
"exclude": false,
"type": "timestamp"
}
]
}
這樣你覺得如何? 當然這樣的設計還少考量幾點點:
就看你如何接續完成 |
目前 offset 的部分已經可以順利執行並支援 reset offset 的方式跳過不必要的資料。 不知道以上對於 timestamp 的應對方式恰不恰當,想詢問看看 |
@Haser0305 可否先分享一下現在如何處理offset的問題? |
那我現在先建立針對 offset 處理方式的 pr,詳細的內部實作方式我在那個 pr 裡面敘述 |
先以這個 offset 開立 PR 好了,謝謝 |
預計針對 backup 工具增加可以選擇 exporter 要針對哪個時間區段的資料內容並備份出來。
等 exporter 指定輸出時間區段的功能完成後,要新增輸出的資料讓 importer 這一端可以快速查找時間區段的 offset 讓,以便達到 importer 端指定輸入時間區段的功能。
預定完成事項
新增 exporter 輸出包含時間點與相對應得 offset 資料The text was updated successfully, but these errors were encountered: