Hello Guozhang,
Thank you for this answer. You've made me realize that David and I are
conflating two things which are not the same -- the host information in the
consumer group, and the host information in the StreamsMetadata. We found that
our interactive queries were being forwarded to the w
Hello David,
The host information of the group membership is inferred from the socket
channel's ip address, I'm not certain how EC2 spot instance's
application.server config is used, but if it is not dynamically reflected
on the socket channel's inet address then it would be the case you
observed.
I forgot to note that we are using spot instances AND static membership. I was
able to confirm that setting application.server with the correct ip-address
seems to result in the correct Host being set...however, upon spot-reap/replace
the new ip-address does not seem to overwrite the previous i