Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpc: add type info to error messages #5624

Merged
merged 1 commit into from
Jul 30, 2022

Conversation

dotnwat
Copy link
Member

@dotnwat dotnwat commented Jul 25, 2022

Cover letter

Enhance logging / asserts in rpc with additional type info for narrowing down issues quicker.

Release notes

  • None

effective_version,
version);
version,
typeid(Input).name(),

This comment was marked as resolved.

@mmedenjak mmedenjak added the kind/enhance New feature or request label Jul 26, 2022
@dotnwat
Copy link
Member Author

dotnwat commented Jul 28, 2022

switched to type_str

@dotnwat dotnwat merged commit 8de704b into redpanda-data:dev Jul 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda kind/enhance New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants