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

Added pagination support #917

Merged
merged 2 commits into from
Aug 22, 2022
Merged

Conversation

ithinkicancode
Copy link
Contributor

No description provided.

@ithinkicancode ithinkicancode requested a review from a team as a code owner August 12, 2022 03:27
)(_.map { respponse =>
val currentBatchResult =
Chunk.fromIterable(
respponse.getParameters.asScala.toList
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in respponse

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Copy link
Collaborator

@afsalthaj afsalthaj Aug 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably we wanna move what we have as test elsewhere to zio-config.
Although a containerised test in zio-config will hurt at the same time.
So its important you test this version against the test that you already have.

@afsalthaj afsalthaj merged commit 9c328d5 into zio:master Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants