Plugin Development Guide
Learn how to create custom plugins for ZMS
ZMS plugin system documentation
ZMS uses HashiCorp’s go-plugin framework for a robust plugin system. Plugins are standalone executables that run as separate processes, providing process isolation, crash resilience, and version independence.
ZMS includes several production-ready plugins:
See Built-in Plugins for detailed configuration and usage.
Learn how to build your own observer plugins using the plugin development guide. All plugins implement the same gRPC-based interface using Protocol Buffers for type-safe communication.
See Plugin Development for implementation details and examples.
Learn how to create custom plugins for ZMS
Overview of built-in ZMS observer plugins