Matt H

Results 7 comments of Matt H

To add to paulolieuthier's point, Check out the batch section of the docs: https://micronaut-projects.github.io/micronaut-kafka/latest/guide/#kafkaListenerBatch When `batch = true`, you receive a list of messages, a list of offsets, etc. The...

`Acknowledgement` isn't supported for Kafka, even without the `batch`: https://github.com/micronaut-projects/micronaut-kafka/blob/0c6435e7ce1c8815e7c9c35b4f1c55d07d300c7a/kafka/src/main/java/io/micronaut/configuration/kafka/KafkaAcknowledgement.java

@loicmathieu @HaMatthias please see the discussion here: https://github.com/testcontainers/testcontainers-java/pull/5285 If you have any concrete examples of what you're looking for, that would be helpful!

@loicmathieu thanks for the quick response! Which other extensions are you using that require ordering? I opened a PR for this change, but the reviewer is considered not merging it...

@kiview It is mentioned in the issue that one user wanted to do some registry authentication config: https://github.com/testcontainers/testcontainers-java/issues/2045#issuecomment-553611905 The issue also mentions > Some microservices frameworks have extension to start...

@kiview Is the use case around creating a composed annotation that includes the TestContainers extension still valid? My understanding is that it is not possible if the extension isn't `public`.

I made some progress, just posted a [thread](https://discord.com/channels/1291501630973415474/1366628586374823957/1366628586374823957) in the discord about it. The idea is that the application would still own all GPU resources and memory allocation. The `clay-dx12-renderer`...