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

#44 flow id sending #46

Merged
merged 3 commits into from
Jun 15, 2017
Merged

#44 flow id sending #46

merged 3 commits into from
Jun 15, 2017

Conversation

BGehrels
Copy link
Contributor

fixes #44

@goekhanak
Copy link

👍

1 similar comment
@BGehrels
Copy link
Contributor Author

👍

@BGehrels BGehrels merged commit 1ea0d45 into master Jun 15, 2017
@BGehrels BGehrels deleted the bugfix/#44-flow_id-sending branch June 15, 2017 14:15

List<String> events = publishingClient.getSentEvents("type");
assertThat(events, hasSize(1));
assertThat(read(events.get(0), "$.metadata.[?]", where("flow_id").exists(true)), is(empty()));
Copy link
Member

@ePaul ePaul Jun 15, 2017

Choose a reason for hiding this comment

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

I think this can be written more clearly as something like this:

assertThat(read(events.get(0), "$.metadata"), not(hasKey("flow_id")));

BGehrels added a commit that referenced this pull request Feb 5, 2019
BGehrels added a commit that referenced this pull request Feb 6, 2019
BGehrels added a commit that referenced this pull request Feb 6, 2019
BGehrels added a commit that referenced this pull request Feb 6, 2019
BGehrels added a commit that referenced this pull request Feb 6, 2019
BGehrels added a commit that referenced this pull request Feb 6, 2019
ePaul added a commit that referenced this pull request Feb 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flow ID is not send to Nakadi
3 participants