Cástor Rodríguez
Cástor Rodríguez
I'm facing the same issue, but the root cause in my case is: ``` java.lang.NoSuchMethodException: akka.discovery.kubernetes.KubernetesApiSimpleServiceDiscovery.(akka.actor.ExtendedActorSystem) ``` Dependencies ``` [INFO] +- com.typesafe.akka:akka-actor_2.12:jar:2.5.12:compile [INFO] | +- com.typesafe:config:jar:1.3.2:compile [INFO] | \- org.scala-lang.modules:scala-java8-compat_2.12:jar:0.8.0:compile...
Hi @AkshatJindal1, Thanks for submitting your request. Do you intend to work on it yourself? If so, do you need any sort of direction? Is there any way I can...
Hi @AkshatJindal1, I've been meaning for a while to refactor an area that might help with this, and I just took the opportunity to do it. The way I see...
Hi @AkshatJindal1, I'm afraid this type of pagination is not really aligned with the spirit of this connector. It puts a big burden in the data system supporting it, as...
Hi @aggarwalb , Unfortunately, that usage pattern is not currently supported as of today. I think it should be simple enough to implement though. feel free to take a look...
I think this feature might be hiding a bit more complexity than anticipated. Regarding the token you get back from your authentication API: - For how long is it valid?...
Hi all, As of 0.8.0 an `HttpAuthenticator` has been included to facilitate this extension. For now the available authentication types are just `None` and `Basic`, but implementing new types should...
Hi @ShawnUCD, I'm afraid the reason there are no examples is because it's not just a matter of configuration. You have to implement your own authentication mechanism based on the...
Hi Matthew, thanks for reporting this. This project only provides a `SourceConnector` at the moment, what you are after would be a `SinkConnector`. Such feature is in our roadmap, but...
Hi @abhinav054, Thank you very much for bringing this up. I'm not sure how common that pattern is. For the time being, unless somebody contributes a solution for this, I...