Lucas Persson

Results 21 comments of Lucas Persson

+1 same with Micronaut generated code. Those have @io.micronaut.core.annotation.Generated

To add option to configure a class for EventBridgeMapper interface and then open up DefaultEventBridgeMapper.java a bit so one can just override the method createPutEventsEntry(). I.e in a similar patter...

Or another way which might be less work is to exactly follow the DetailTypeMapper.java pattern and have another mapper for "time" E.g ```java private EventBridgeResult createPutEventsEntry(SinkRecord record) { try {...

Hi We are working on a solution but have some difficulties to test it in a "real life" scenario. When we put an impl of TimeMapper in a jar which...

it is like the default time mapper but outside the "project" We added that the class name is verified at start the same way as for detailTypeMapper which is Class.forName...

I tried to see if some sort of "java module" or similar is used but I can't see that

The "complete" setup is that we build a docker image based on confluentinc/cp-kafka-connect-base image. Add our connectors unzipped to /usr/share/java. The build has the connector zip file as dependency. All...

Yeah, it must be something then with the base image from confluent. Default in that one is to have "plugins" under /usr/share/java but I see in your installation it is...