Rust Client: fluvio.platform_version()
does not update when underlying cluster is upgraded
#707
Labels
fluvio.platform_version()
does not update when underlying cluster is upgraded
#707
I think that the
VersionedSerialSocket
(or some other related object) checks the cluster version on the first request exchanged with the cluster and then caches it. It is not noticeable if you continuously runfluvio version
because it instantiates a newFluvio
Rust client object each time, but from the Rust client standpoint, if I havefluvio: Fluvio
and I callfluvio.platform_version()
, I would expect to always see an up-to-date version.The text was updated successfully, but these errors were encountered: