We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
想体验一下PD独立部署,没有看到独立启动或部署文档,能否补充一下?
The text was updated successfully, but these errors were encountered:
@qiangyin 我已经测试过。具体如下:
RegionEngineOptions regionEngineOptions = new RegionEngineOptions(); regionEngineOptions.setRegionId(1L); regionEngineOptions.setServerAddress(new Endpoint("127.0.0.1", 9182)); storeOpts.setRegionEngineOptionsList(List.of(regionEngineOptions));
Sorry, something went wrong.
No branches or pull requests
想体验一下PD独立部署,没有看到独立启动或部署文档,能否补充一下?
The text was updated successfully, but these errors were encountered: