oscerd commented on issue #1546: URL: https://github.com/apache/camel-kamelets/issues/1546#issuecomment-5678005159
This issue asked two separate things, and they have diverged — one is delivered, the other is tracked elsewhere. **gRPC Pub/Sub support: done.** `salesforce-pubsub-source` is in the catalog, added in 13f59f7d9 (#3012, for #2263). It consumes the Salesforce Pub/Sub API over gRPC, with `replayPreset` / `replayId` for positioning, `batchSize`, and `deserializeType` for choosing between the raw Avro payload and a POJO. **Keystore authentication: still accurate, and now tracked in its own issue.** The second half of this report — *"does the kamelet salesforce connector support keystores for authentication? I didn't see the parameters"* — is still true. The new Kamelet declares `clientId`, `clientSecret`, `userName` and `password`, so it is username/password only, and the other Salesforce Kamelets are the same. `camel-salesforce` itself supports JWT bearer with a keystore, so this is a gap in the Kamelets rather than in the component. That gap is #3014, which covers all the Salesforce Kamelets rather than only the Pub/Sub one, so it is the better place for it. Closing this one: the feature it asked for exists, and the authentication question is live in #3014. --- _Claude Code on behalf of Andrea Cosentino_ -- 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]
