jmerljak commented on issue #424: URL: https://github.com/apache/camel-kafka-connector/issues/424#issuecomment-742391516
I'm still confused. From the documentation it is not clear to me how [stream connector](https://camel.apache.org/camel-kafka-connector/0.6.x/connectors/camel-google-calendar-stream-kafka-source-connector.html) differs from ['plain' one](https://camel.apache.org/camel-kafka-connector/0.6.x/connectors/camel-google-calendar-kafka-source-connector.html), or [stream component](https://camel.apache.org/components/latest/google-calendar-stream-component.html) from ['plain' component](https://camel.apache.org/components/latest/google-calendar-component.html) respectively. Plain one has parameters `apiName` and `methodName`. There are no such parameters on stream connector. I assumed `index` is corresponding parameter because the documentation states: >The Google Calendar endpoint is configured using URI syntax: `google-calendar:apiName/methodName` and >The Google Calendar Stream endpoint is an API based component and has additional parameters based on which API name and API method is used. The API name and API method is located in the endpoint URI as the null path parameters: `google-calendar-stream:index` If `index` is just a logical name, how are API name and method configured? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
