Skip to content

Commit

Permalink
[Fix_#3383] Setting metadata when using binary (apache#1862)
Browse files Browse the repository at this point in the history
Since quarkus-http now uses binary as default the test condition for
knative message has changed
  • Loading branch information
fjtirado authored and rgdoliveira committed Feb 5, 2024
1 parent 33c196c commit 79dc112
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ quarkus.log.level=INFO

mp.messaging.outgoing.kogito_outgoing_stream.connector=quarkus-http
mp.messaging.outgoing.kogito_outgoing_stream.url=http://0.0.0.0:8181

kogito.addon.messaging.outgoing.cloudEventMode=structured
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ quarkus.http.test-port=8282
quarkus.log.level=INFO

mp.messaging.outgoing.kogito_outgoing_stream.url=http://0.0.0.0:8181

kogito.addon.messaging.outgoing.cloudEventMode=structured
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ quarkus.rest-client.subscription_service_yaml.url=${SUBSCRIPTION_SERVICE_URL:htt

mp.messaging.incoming.kogito_incoming_stream.connector=quarkus-http
mp.messaging.incoming.kogito_incoming_stream.path=/
kogito.addon.messaging.outgoing.cloudEventMode=structured

# The K_SINK variable is automatically injected by the Knative ecosystem. The default value http://localhost:8181
# is used for local testing, which correspond to the event-display local container.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ quarkus.log.level=INFO

# The K_SINK variable will be injected for us by the KogitoSource
mp.messaging.outgoing.kogito_outgoing_stream.url=${K_SINK:http://localhost:8181}
kogito.addon.messaging.outgoing.cloudEventMode.kogito_outgoing_stream=structured

mp.messaging.incoming.kogito_incoming_stream.connector=quarkus-http
mp.messaging.incoming.kogito_incoming_stream.path=/
Expand Down

0 comments on commit 79dc112

Please sign in to comment.