You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is in infinispan-embedded component. In 3.8.x the component has been splitted in two different components, infinispan and infinispan-embedded, the infinispan one is for the remote part and there is no sync anymore. I'll review the examples.
in 0.7.2, th eoption was part of the catalog
camel-kafka-connector/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-infinispan-source.json
Line 70 in b756e8a
it has been removed in 0.8.0 https://github.com/apache/camel-kafka-connector/blob/camel-kafka-connector-0.8.0/camel-kafka-connector-catalog/src/generated/resources/connectors/camel-infinispan-source.json
but it is still used in examples:
https://github.com/apache/camel-kafka-connector-examples/blob/7bb7ea2326712075751d703476ea31a85f9bdbec/infinispan/infinispan-source/config/CamelInfinispanSourceConnector.properties#L28
https://github.com/apache/camel-kafka-connector-examples/blob/7bb7ea2326712075751d703476ea31a85f9bdbec/infinispan/infinispan-source-with-authentication/config/CamelInfinispanSourceConnector.properties#L28
Is it that the option is missing from the catalog definition? or that it shoudl be removed from the example?
The text was updated successfully, but these errors were encountered: