kafka/clients
David Jacot f9a09fdd29
MINOR: Small refactor in DescribeGroupsResponse (#12970)
This patch does a few cleanups:
* It removes `DescribeGroupsResponse.fromError` and pushes its logic to `DescribeGroupsRequest.getErrorResponse` to be consistent with how we implemented the other requests/responses.
* It renames `DescribedGroup.forError` to `DescribedGroup.groupError`.

The patch relies on existing tests.

Reviewers: Mickael Maison <mickael.maison@gmail.com>
2022-12-09 14:15:53 +01:00
..
src MINOR: Small refactor in DescribeGroupsResponse (#12970) 2022-12-09 14:15:53 +01:00
.gitignore