jianrongzhang89 commented on code in PR #467:
URL: 
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/467#discussion_r1626842393


##########
controllers/profiles/common/constants/platform_services.go:
##########
@@ -20,21 +20,29 @@
 package constants
 
 const (
-       QuarkusHTTP = "quarkus-http"
-
+       QuarkusHTTP                      = "quarkus-http"
+       Post                             = "POST"
        ConfigMapWorkflowPropsVolumeName = "workflow-properties"
 
-       JobServiceRequestEventsURL       = 
"mp.messaging.outgoing.kogito-job-service-job-request-events.url"
-       JobServiceRequestEventsConnector = 
"mp.messaging.outgoing.kogito-job-service-job-request-events.connector"
-       JobServiceStatusChangeEvents     = 
"kogito.jobs-service.http.job-status-change-events"
-       JobServiceStatusChangeEventsURL  = 
"mp.messaging.outgoing.kogito-job-service-job-status-events-http.url"
-       JobServiceURLProtocol            = "http"
-       JobServiceDataSourceReactiveURL  = "quarkus.datasource.reactive.url"
-       JobServiceJobEventsPath          = "/v2/jobs/events"
+       JobServiceRequestEventsURL            = 
"mp.messaging.outgoing.kogito-job-service-job-request-events.url"
+       JobServiceRequestEventsMethod         = 
"mp.messaging.outgoing.kogito-job-service-job-request-events.method"
+       JobServiceRequestEventsConnector      = 
"mp.messaging.outgoing.kogito-job-service-job-request-events.connector"
+       JobServiceStatusChangeEvents          = 
"kogito.jobs-service.http.job-status-change-events"
+       JobServiceStatusChangeEventsURL       = 
"mp.messaging.outgoing.kogito-job-service-job-status-events-http.url"
+       JobServiceStatusChangeEventsConnector = 
"mp.messaging.outgoing.kogito-job-service-job-status-events-http.connector"
+       JobServiceStatusChangeEventsMethod    = 
"mp.messaging.outgoing.kogito-job-service-job-status-events-http.method"
+       JobServiceURLProtocol                 = "http"
+       JobServiceDataSourceReactiveURL       = 
"quarkus.datasource.reactive.url"
+       JobServiceJobEventsPath               = "/v2/jobs/events"

Review Comment:
   OK



##########
controllers/profiles/common/constants/platform_services.go:
##########
@@ -20,21 +20,29 @@
 package constants
 
 const (
-       QuarkusHTTP = "quarkus-http"
-
+       QuarkusHTTP                      = "quarkus-http"
+       Post                             = "POST"
        ConfigMapWorkflowPropsVolumeName = "workflow-properties"
 
-       JobServiceRequestEventsURL       = 
"mp.messaging.outgoing.kogito-job-service-job-request-events.url"
-       JobServiceRequestEventsConnector = 
"mp.messaging.outgoing.kogito-job-service-job-request-events.connector"
-       JobServiceStatusChangeEvents     = 
"kogito.jobs-service.http.job-status-change-events"
-       JobServiceStatusChangeEventsURL  = 
"mp.messaging.outgoing.kogito-job-service-job-status-events-http.url"
-       JobServiceURLProtocol            = "http"
-       JobServiceDataSourceReactiveURL  = "quarkus.datasource.reactive.url"
-       JobServiceJobEventsPath          = "/v2/jobs/events"
+       JobServiceRequestEventsURL            = 
"mp.messaging.outgoing.kogito-job-service-job-request-events.url"
+       JobServiceRequestEventsMethod         = 
"mp.messaging.outgoing.kogito-job-service-job-request-events.method"
+       JobServiceRequestEventsConnector      = 
"mp.messaging.outgoing.kogito-job-service-job-request-events.connector"
+       JobServiceStatusChangeEvents          = 
"kogito.jobs-service.http.job-status-change-events"
+       JobServiceStatusChangeEventsURL       = 
"mp.messaging.outgoing.kogito-job-service-job-status-events-http.url"
+       JobServiceStatusChangeEventsConnector = 
"mp.messaging.outgoing.kogito-job-service-job-status-events-http.connector"
+       JobServiceStatusChangeEventsMethod    = 
"mp.messaging.outgoing.kogito-job-service-job-status-events-http.method"
+       JobServiceURLProtocol                 = "http"
+       JobServiceDataSourceReactiveURL       = 
"quarkus.datasource.reactive.url"
+       JobServiceJobEventsPath               = "/v2/jobs/events"
 
+       KogitoProcessEventsProtocol                 = "http"

Review Comment:
   Sounds good



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to