[ 
https://issues.apache.org/jira/browse/BEAM-5299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16610873#comment-16610873
 ] 

Luke Cwik commented on BEAM-5299:
---------------------------------

I'm not exactly following but what if you did something like:

 
{code:java}
message Constants {
  enum Constants {
    // Explanation of constant
    CONSTANT_VALUE = 0 [(beam_constant) = "1234567890"];
  }
}

{code}
 

We could update all the existing *beam_urn* to be *beam_constant* so that we 
have a general way of looking up any string metadata.

 

> Define max global window as a shared value in protos like URN enums.
> --------------------------------------------------------------------
>
>                 Key: BEAM-5299
>                 URL: https://issues.apache.org/jira/browse/BEAM-5299
>             Project: Beam
>          Issue Type: Improvement
>          Components: beam-model, sdk-go, sdk-java-core, sdk-py-core
>            Reporter: Luke Cwik
>            Assignee: Maximilian Michels
>            Priority: Minor
>              Labels: portability
>
> Instead of having each language define a max timestamp themselves, define the 
> max timestamps within proto to be shared across different languages.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to