Protocol.define('Broker', {
    read: function () {
        this
            .Int32BE('nodeId')
            .string('host')