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
See #262 for an example of this causing confusion for a user.
We should be able to check that the compression dependency is available at runtime. This could be a little tricky because it could incur a performance penalty in the critical code path when consuming messages.
As an alternative, perhaps we could detect this at compile time and emit a warning message. The downside of this approach is that we would be emitting a warning message whether the user intends to use compression or not.
The text was updated successfully, but these errors were encountered:
See #262 for an example of this causing confusion for a user.
We should be able to check that the compression dependency is available at runtime. This could be a little tricky because it could incur a performance penalty in the critical code path when consuming messages.
As an alternative, perhaps we could detect this at compile time and emit a warning message. The downside of this approach is that we would be emitting a warning message whether the user intends to use compression or not.
The text was updated successfully, but these errors were encountered: