I'm wondering if I could have two instances of datastax agents on the same cassandra node?
Seems a show stopper is the agent' listening stomp port which is made automatic = + 1.
All cassandra listening ports can be separated thus they can share the same IP stack/address. But datastax agent seems to want to listen on server-stomp-port + 1, making it hard to have two agent instances on the same IP address.
Any hints or would I need to add another separate IP stack for second instance?