Bob Maertz

Recent posts

Jan 29, 2024
Extending the KrakenD API Gateway with Go PluginsIntroduction KrakenD is a stateless, lightweight, extensible API Gateway written in Go that ships with many plugins that allow the API Gateway to adapt to differing requirements. In addition to the included plugins, KrakenD supports custom Golang plugins that load at startup via the configuration. This design decision supports unique requirements not fully covered by the standard plugins. This article will walk you through creating a plugin for KrakenD that supports all three available plugin interfaces.…