zbendhiba commented on a change in pull request #3068:
URL: https://github.com/apache/camel-quarkus/pull/3068#discussion_r703588635



##########
File path: 
integration-tests/salesforce/src/main/java/org/apache/camel/quarkus/component/salesforce/SalesforceRoutes.java
##########
@@ -87,6 +87,12 @@ public void configure() throws Exception {
                     + "updateTopic=true&sObjectQuery=SELECT Id, Name FROM 
Account")
                             .to("seda:RawPayloadCamelTestTopic");
 
+            // it takes some time for the subscriber to subscribe, so we'll 
try to
+            // send repeated platform events and wait until the first one is
+            // received
+            from("timer:platform")
+                    .setBody().simple("{}")

Review comment:
       It creates an TestEvent__e. I wanted to create the same test as in the 
camel project. But it fails in native mode on custom fields that are not 
present in the PlatformEvent class. So I created like that and filled this 
issue : https://github.com/apache/camel-quarkus/issues/3067




-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to