You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by zentol <gi...@git.apache.org> on 2017/09/06 14:10:55 UTC

[GitHub] flink issue #4646: [FLINK-7583] [REST] Use static constant for CONTENT_TYPE ...

Github user zentol commented on the issue:

    https://github.com/apache/flink/pull/4646
  
    I went through all usages of `HttpHeaders.Names.CONTENT_TYPE` and they are all related to rest operators, making `RestContants` a good place to put them. Also, ConfigConstants should be reserved for constants related to the configuration of Flink, which this isn't. Lastly, many of these usage will be eclipsed in the near future anyway.


---