aklivity / zilla

🦎 A multi-protocol edge & service proxy. Seamlessly interface web apps, IoT clients, & microservices to Apache Kafka® via declaratively defined, stateless APIs.
https://docs.aklivity.io/zilla
Other
548 stars 50 forks source link

Issue warning if `zilla dump` version not aligned with engine files version #1335

Open jfallows opened 1 day ago

jfallows commented 1 day ago

Include zilla version in engine info file, alongside worker count, so that zilla dump can issue a warning if there is a version mismatch.

Under typical circumstances, when running zilla dump in the same context as zilla start the version will be identical.

However, when analyzing an archive of the zilla engine directory from another system, this will help to make sure the correctly typed structures are being applied to the engine data, etc, in case the archive is from an older version.