ob单机版+binlog服务可以不用obconfig-server吗

1.使用单机版ob,但需要binlog服务。而当前binlog服务还依赖obconfigserver和odp。
2.能够只部署obbinlog 配合ob单机版使用吗,单机版希望能最小化部署组件。

1 个赞

可以

1 个赞

有试过吗?
CREATE BINLOG FOR TENANT 时 cluster url直接填ob主机即可?

1 个赞

可以可以

1 个赞

单机版ob是企业版的,建议咨询商业技术支持

1 个赞

我是sql型的4.3.1版本,不是集群,我想使用binlog服务时,obclient [oceanbase]> CREATE BINLOG FOR TENANT test_cluster.tenant_1 WITH CLUSTER URL ‘127.0.0.1:2881’;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your OceanBase version for the right syntax to use near ‘BINLOG FOR TENANT test_cluster.tenant_1 WITH CLUSTER URL ‘127.0.0.1:2881’’ at line 1
报错,还是说一定得依赖obconfigserver

1 个赞

学习了!!!