micronaut-projects / micronaut-kafka

Integration between Micronaut and Apache Kafka
Apache License 2.0
86 stars 107 forks source link

Return ScheduledExecutorService from ConsumerExecutorServiceConfig #844

Closed Hc747 closed 1 year ago

Hc747 commented 1 year ago

In line with documented behaviour.

This change should be forward compatible as ScheduledExecutorService is a subtype of ExecutorService and implements all of the base functionality.

Also of note: the ExecutorConfiguration return does not have it's name field configured to consumer as one would expect, although the bean is @Named("consumer")