Skip to content

Commit 5ef2212

Browse files
authored
Config mqbconf.xsd: publishAppIdMetrics defaults to true (#936)
Signed-off-by: Yuan Jing Vincent Yan <yyan82@bloomberg.net>
1 parent 6fbde57 commit 5ef2212

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

src/groups/mqb/mqbconfm/mqbconf.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
</annotation>
278278
<sequence>
279279
<element name='appIDs' type='string' maxOccurs='unbounded'/>
280-
<element name='publishAppIdMetrics' type='boolean' default='false'/>
280+
<element name='publishAppIdMetrics' type='boolean' default='true'/>
281281
</sequence>
282282
</complexType>
283283

src/groups/mqb/mqbconfm/mqbconfm_messages.cpp

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/groups/mqb/mqbconfm/mqbconfm_messages.h

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/python/blazingmq/schemas/mqbconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ class QueueModeFanout:
299299
},
300300
)
301301
publish_app_id_metrics: bool = field(
302-
default=False,
302+
default=True,
303303
metadata={
304304
"name": "publishAppIdMetrics",
305305
"type": "Element",

0 commit comments

Comments
 (0)