Pádraig de Buitléar

Results 13 comments of Pádraig de Buitléar

Ok, I've just been using the 'bootBuildImage' buildpack build up to now. I'm guessing I'll not be able to do the above using that approach?

I've extracted the _librocksdbjni-linux64.so_ lib from the _org.rocksdb_ jar and placed it in *resources/META-INF/native-image*. I've done a quick test and I'm not reproducing the above issue. I'm not sure if...

> I've extracted the _librocksdbjni-linux64.so_ lib from the _org.rocksdb_ jar and placed it in _resources/META-INF/native-image_. > I've done a quick test and I'm not reproducing the above issue. > I'm...

> I didn't investigate it further anyway, sorry

> @subanasif https://github.com/cloudevents/spec/blob/v1.0/spec.avsc is compiled into Java before shipping, so dynamically loading it is not necessary (although possible). That Avro spec is used by other CE clients, so I don't...

any update on this issue?

Just wondering where this is at?

Support for Kafka Streams doesn't work out of the box, some additional hints are needed. See [this project](https://github.com/pdebuitlear/kstreams-demo/tree/main/src/main/java/com/example/demo/config/hints) for a working example. There are also hints in that project for...

> Looking to that project, @pdebuitlear , I would say that I don't see anything Spring Cloud Stream related or even Spring at all. It really would be better to...

> Spring for Apache Kafka added a few hints for basic Kafka, and Kafka Streams, support, but this was for expediency, to prove out the core project can support native...