Cástor Rodríguez
Cástor Rodríguez
Hi @mubeta06 , Sure, timestamp parsing is managed by implementations of this interface: https://github.com/castorm/kafka-connect-http/blob/master/kafka-connect-http/src/main/java/com/github/castorm/kafka/connect/http/response/timestamp/spi/TimestampParser.java You can see a couple of examples here: https://github.com/castorm/kafka-connect-http/blob/master/kafka-connect-http/src/main/java/com/github/castorm/kafka/connect/http/response/timestamp/EpochMillisTimestampParser.java https://github.com/castorm/kafka-connect-http/blob/master/kafka-connect-http/src/main/java/com/github/castorm/kafka/connect/http/response/timestamp/NattyTimestampParser.java Then it's a matter of configuring...
I forgot, you can implement and use this without contributing it to the project, but contributions are welcome! Best regards.
Hi @dingobar and @lobbin, Thank you very much for your contributions. I'm sorry it took me a bit to reply, I wouldn't say this project is dead, but I definitely...
Hi Matt, Thank you for reporting this. At some point I introduced maven multi-modules in this project, but only the main artifact is accepted as of today in maven central,...
In the meantime you might want to add github packages repository, all artifacts are published there, so you wouldn't have that issue. https://docs.github.com/en/packages/guides/configuring-apache-maven-for-use-with-github-packages#authenticating-to-github-packages
Hi @novucs, Thank you very much for filing this request. I see the value of supporting such feature, although I'm not sure there is much overlap between the current implementation...
We've experienced the same thing. We decided to increase that property to Long.MAX_VALUE, but it will still run when starting up the connector. There is no much point in such...