-
Notifications
You must be signed in to change notification settings - Fork 569
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
[New Docs PR] - Helidon MP Reactive Messaging #4469
Conversation
3d14312
to
6437d44
Compare
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
6437d44
to
095ce1f
Compare
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments inline. A couple of questions re: meaning. We will check the headings once we have established the style guide. I did not mark those now.
Mock connector works great with built-in Helidon test support for | ||
link:/{rootdir}/testing/testing.adoc[JUnit 5] or link:/{rootdir}/testing/testing-ng.adoc[Test NG]. | ||
|
||
As Helidon test support makes a bean out of your test, you can inject MockConnector right in to it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mock Connector directly into it or is it MockConnector when referring to the bean?
@@ -121,7 +121,7 @@ implicit ack before callback is executed is necessary. | |||
|
|||
=== Connector | |||
Connector concept is a way for connecting <<Channel,channels>> to external sources. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Connector concept? Does this mean the concept of connecting channels to external sources or could it be "Connectors are used to connect channels to external sources."?
@@ -121,7 +121,7 @@ implicit ack before callback is executed is necessary. | |||
|
|||
=== Connector | |||
Connector concept is a way for connecting <<Channel,channels>> to external sources. | |||
To make xref:connector.adoc[creation and usage of connectors] | |||
To make creation and usage of connectors | |||
as easy and versatile as possible, Helidon SE Messaging uses same API for connectors | |||
like xref:../../mp/reactivemessaging/introduction.adoc[MicroProfile Reactive Messaging] does. | |||
This allows connectors to be usable in both flavors of Helidon with one limitation which is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to be used in both Heldion MP and SE, however it has to be able to work without CDI.
@danielkec Hi - I can make these updates in another PR and have you review them. Is that ok? I don't want to conflict with your changes if you've already started? |
Related to #4215
Signed-off-by: Daniel Kec daniel.kec@oracle.com