-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Reactive Messaging Pulsar Extension #34378
Conversation
This comment has been minimized.
This comment has been minimized.
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.
Wondering if we should add a test verifying the KeyedMulti receiving messages. WDYT?
...llrye-reactive-messaging-pulsar/deployment/src/test/resources/application-secured.properties
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,4 @@ | |||
mp.messaging.outgoing.source.connector=smallrye-pulsar | |||
|
|||
mp.messaging.incoming.in.connector=smallrye-pulsar |
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.
unrelated to that PR - I'm started to think we should drop smallrye-
. It can be confusing. (both value should work)
integration-tests/reactive-messaging-pulsar/src/main/resources/test_ecdsa_privkey.pem
Show resolved
Hide resolved
🙈 The PR is closed and the preview is expired. |
8b13146
to
fa06fca
Compare
This comment has been minimized.
This comment has been minimized.
fa06fca
to
f9a6cc1
Compare
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.
Glad to see it!
f9a6cc1
to
63d1dc2
Compare
This comment has been minimized.
This comment has been minimized.
The CI failure seems related |
Yep:-( |
I'll take a look tonight. It must be a misconfiguration on my part, IIRC we don't have container runtime on windows tests, @geoand right? |
Correct |
63d1dc2
to
8dc4f9d
Compare
The timeout doesn't seem related. |
Agreed |
Woohoo! |
Bumps Smallrye Reactive Messaging to 4.7.0
Adds
smallrye-reactive-messaging-pulsar
extensionAdds docs for
Known issues
Native compilation with GraalVM 23 has a runtime issue in schema serialization of schema type
PROTOBUF_NATIVE
.