You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
env is a simple Go package that makes it easy to retrieve environment variables and provide fallback values if the specified key is not present. It also offers parsing of environment variables to various data types.
Go Client library that publishes a message to kafka given a topic, and pushes to a redis fallback queue in case of a failure. The library uses a circuit breaker hystrix logic for fallbacks