You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Jean-Baptiste Onofré (Jira)" <ji...@apache.org> on 2022/02/23 16:23:00 UTC

[jira] [Commented] (AMQ-8317) Add a Broker config parameter to flip between deprecated terminology

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

Jean-Baptiste Onofré commented on AMQ-8317:
-------------------------------------------

IMHO (as said in my previous comment), I would won't fix this Jira and simply change the terminology at some points (maybe on 5.18/5.19). No need to have a flag.

> Add a Broker config parameter to flip between deprecated terminology
> --------------------------------------------------------------------
>
>                 Key: AMQ-8317
>                 URL: https://issues.apache.org/jira/browse/AMQ-8317
>             Project: ActiveMQ
>          Issue Type: Sub-task
>          Components: Broker
>            Reporter: Matt Pavlovich
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>             Fix For: 5.18.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> In BrokerService:
> # create field 'useDeprecatedTopologyTerminology'
> # For 5.17.0 default to 'true'
> # Update the logging statement to wrap deprecated and targeted-for-remove code with an if block using this field.
> {noformat}
>      if(isUseDeprecatedTopologyTerminology()) {
>         LOG.warn("Master Failed - starting all connectors");
>      } else {
>         LOG.warn("Active Failed - starting all connectors"); 
>      }
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)