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

WIP: MP Reactive Messaging POC #1148

Closed

Conversation

danielkec
Copy link
Contributor

@danielkec danielkec commented Nov 17, 2019

@romain-grecourt
Copy link
Contributor

romain-grecourt commented Nov 18, 2019

Quick comments:

  • Make sure you add/update the unit tests for common/reactive so that the code coverage remain high (mvn test -Pcoverage)
  • Some classes can be kept package protected: LimitProcessor, PeekProcessor, FilterProcessor, MultiMappingProcessor, BaseProcessor. Though BaseProcessor can be potentially useful to end-users, one could argue it should actually be public.

@danielkec danielkec force-pushed the kafka-mp-messaging-connector branch 3 times, most recently from 4f15c2d to 0e1dd0c Compare November 23, 2019 10:03
@danielkec danielkec force-pushed the kafka-mp-messaging-connector branch from 5f184f8 to 7423da5 Compare December 14, 2019 01:50
@romain-grecourt
Copy link
Contributor

Some of your updates to common/reactive are great. Could you submit them with a separate PR so that we can review the changes apart from the microprofile implementation ?

Signed-off-by: Daniel Kec <[email protected]>
Signed-off-by: Daniel Kec <[email protected]>
Signed-off-by: Daniel Kec <[email protected]>
Signed-off-by: Daniel Kec <[email protected]>
Signed-off-by: Daniel Kec <[email protected]>
Signed-off-by: Daniel Kec <[email protected]>
Signed-off-by: Daniel Kec <[email protected]>
Signed-off-by: Daniel Kec <[email protected]>
Signed-off-by: Daniel Kec <[email protected]>
  * Helidon Microprofile Reactive Streams Operators
  * Helidon Common Reactive

Signed-off-by: Daniel Kec <[email protected]>
Signed-off-by: Daniel Kec <[email protected]>
Signed-off-by: Daniel Kec <[email protected]>
  * Sequential lock for onSubscribe call

Signed-off-by: Daniel Kec <[email protected]>
@danielkec danielkec force-pushed the kafka-mp-messaging-connector branch from 7d75478 to da8b165 Compare December 27, 2019 20:03
@danielkec
Copy link
Contributor Author

Some of your updates to common/reactive are great. Could you submit them with a separate PR so that we can review the changes apart from the microprofile implementation ?

Sure /pull/1260

Signed-off-by: Daniel Kec <[email protected]>
  * breaks FlatMapStageVerification$InnerSubscriberVerification.required_spec209_mustBePreparedToReceiveAnOnCompleteSignalWithoutPrecedingRequestCall

Signed-off-by: Daniel Kec <[email protected]>
Signed-off-by: Daniel Kec <[email protected]>
Signed-off-by: Daniel Kec <[email protected]>
  * Unusual method name fix
  * Copyright year

Signed-off-by: Daniel Kec <[email protected]>
@danielkec danielkec closed this Mar 13, 2020
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.

2 participants