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

Azure Redis Checkpoint Store Samples Issue #40921

Closed
Menghua1 opened this issue Jun 28, 2024 · 0 comments · Fixed by #41511
Closed

Azure Redis Checkpoint Store Samples Issue #40921

Menghua1 opened this issue Jun 28, 2024 · 0 comments · Fixed by #41511
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs needs-team-triage Workflow: This issue needs the team to triage. test-manual-pass

Comments

@Menghua1
Copy link
Member

Section link:

image

Reason:
java.lang.NullPointerException: 'processError' cannot be null.

Suggestion:
Add code

            .processEvent(eventContext -> {
                System.out.println("Partition id = " + eventContext.getPartitionContext().getPartitionId() + " and "
                    + "sequence number of event = " + eventContext.getEventData().getSequenceNumber());
            })
            .processError(context -> {
                System.out.println("Error occurred while processing events " + context.getThrowable().getMessage());
            })

@sandeep-sen, @josefree, @ronniegeraghty, @jsquire and @ahsonkhan for notification.

@github-actions github-actions bot added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jun 28, 2024
@v-xuto v-xuto added Redis Cache Client This issue points to a problem in the data-plane of the library. needs-team-triage Workflow: This issue needs the team to triage. test-manual-pass Event Hubs and removed needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. Redis Cache labels Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs needs-team-triage Workflow: This issue needs the team to triage. test-manual-pass
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants