[
https://issues.apache.org/jira/browse/OMID-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17938228#comment-17938228
]
ASF GitHub Bot commented on OMID-284:
-------------------------------------
stoty commented on code in PR #170:
URL: https://github.com/apache/phoenix-omid/pull/170#discussion_r2012183539
##########
common/src/main/proto/TSOProto.proto:
##########
@@ -16,51 +16,51 @@
// limitations under the License.
//
+syntax = "proto3";
Review Comment:
This is completely independent of HBase, used only for communicationg with
the TSO.
> Use protobuf 3 in Omid
> ----------------------
>
> Key: OMID-284
> URL: https://issues.apache.org/jira/browse/OMID-284
> Project: Phoenix Omid
> Issue Type: Improvement
> Affects Versions: 1.1.2
> Reporter: Istvan Toth
> Assignee: Nihal Jain
> Priority: Critical
>
> Omid uses Protobuf 2.5.0.
> It only uses protobuf for communicating with the TSO server, it does not
> implement an HBase endpoint, so I see no reason not to use the latest version.
> This could be done in 1.2, provided that the switch does not cause
> compatibility issues (I expect none)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)