hubcio opened a new pull request, #4200:
URL: https://github.com/apache/iggy/pull/4200

   A debug server panicked at startup when IGGY_ENV_PATH was set.
   The boot check and the typed env provider kept separate lists
   of accepted IGGY_ names, and names that only the boot check
   accepted hit the provider's debug_assert. The boot check also
   refused unknown names in release builds.
   
   The boot check is now the server's only check. It refuses to
   boot in debug builds, so CI catches stray names, and only warns
   in release builds. IGGY_KAFKA_ moves from the provider's list
   into the boot check's allowed prefixes.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to