sbe.max-rate.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hermes-consumers Show documentation
Show all versions of hermes-consumers Show documentation
Fast and reliable message broker built on top of Kafka.
<?xml version="1.0" encoding="UTF-8"?> <sbe:messageSchema xmlns:sbe="http://fixprotocol.io/2016/sbe" xmlns:xi="http://www.w3.org/2001/XInclude" package="pl.allegro.tech.hermes.consumers.consumer.rate.sbe.stubs" id="1" version="0" semanticVersion="5.2" description="Schema for consumers max-rate storage"> <xi:include href="common.xml"/> <sbe:message name="MaxRate" id="1" description="Max-rates of a consumer node"> <group name="Subscriptions" id="1"> <field name="Id" id="2" type="int64"/> <field name="MaxRate" id="3" type="double"/> </group> </sbe:message> <sbe:message name="RateHistory" id="2" description="Historic rate of a consumer node"> <group name="Subscriptions" id="1" dimensionType="groupSizeEncoding"> <field name="Id" id="2" type="int64"/> <group name="Rates" id="3"> <field name="Rate" id="4" type="double"/> </group> </group> </sbe:message> </sbe:messageSchema>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy