correlation-id-symfony-bundle

A correlation ID integration for Symfony apps

MIT License

Downloads
129
Stars
3
Committers
1

Bot releases are visible (Hide)

correlation-id-symfony-bundle - Stamp and middleware for the Symfony messenger Latest Release

Published by floriankraemer 7 months ago

  • Added a CorrelationIdStamp
  • Added a messenger middleware to add the stamp automatically
correlation-id-symfony-bundle - Configurable header names and pass-through

Published by floriankraemer 7 months ago

You can now configure three different settings to control the behavior:

  • response_header_name - The name of the response header for the ID.
  • request_header_name - The name of the request header for the ID.
  • pass_through - If the ID from the request should be passed to the response enable this. This is useful if you are dealing with a microservice that is not exposed to the public but gets further actions delegated from the entry point and must retain the original ID.

See the readme.md for more information.

correlation-id-symfony-bundle - Initial release

Published by burzum 7 months ago

This bundle will automatically add a correlation id to your request and response and maintain it through the whole application lifecycle.

Package Rankings
Top 45.0% on Packagist.org
Badges
Extracted from project README
Code Quality