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

lsep error example #3281

Closed
wants to merge 3 commits into from
Closed

lsep error example #3281

wants to merge 3 commits into from

Conversation

jrhizor
Copy link
Contributor

@jrhizor jrhizor commented May 7, 2021

No description provided.

if (messageOptional.isPresent()) {
System.out.println("success: " + messageOptional.get());
} else {
System.out.println("error: " + inputString);
Copy link
Contributor Author

@jrhizor jrhizor May 7, 2021

Choose a reason for hiding this comment

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

outputs

error: {"type":"RECORD","record":{"stream":"stream","data":{"key":"val
error: ue"},"emitted_at":0,"namespace":"ns"}}

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.

1 participant