Github user ssorj commented on a diff in the pull request:

    https://github.com/apache/qpid-dispatch/pull/244#discussion_r163612727
  
    --- Diff: python/qpid_dispatch/management/qdrouter.json ---
    @@ -1126,6 +1126,106 @@
                 }
             },
     
    +        "router.config.exchange": {
    +            "description":"[EXPERIMENTAL] Defines a topic exchange.",
    +            "extends": "configurationEntity",
    +            "operations": ["CREATE", "DELETE"],
    +            "attributes": {
    +                "address": {
    --- End diff --
    
    Ken and I chatted about how to make things more consistent.
    
    In order to avoid two divergent conventions, I've added a request to change 
from "addr" to "address" to https://issues.apache.org/jira/browse/DISPATCH-918 .
    
    We looked at how the router currently does statistics and just generally 
audited the names here. We came to the following changes.
    
    Section | Current | Proposed
    -- | -- | --
    exchange | alternate | alternateAddress
      | deliveriesReceived | receivedCount
      | deliveriesDropped | droppedCount
      | deliveriesForwarded | forwardedCount
      | deliveriesAlternate | divertedCount
    binding | exchange | exchangeName
      | nextHop | nextHopAddress
      | phase | nextHopPhase
      | key | bindingKey
      | deliveriesMatched | matchedCount
    



---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to