We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example, see microservices-patterns/ftgo-application#108
The text was updated successfully, but these errors were encountered:
It seems it is not necessary anymore.
KafkaConsumerFactory is added to OrderHistoryServiceMessagingConfiguration by this commit: microservices-patterns/ftgo-application@6669693 because tram was not updated to latest kafka.
Now tram contains KafkaConsumerFactory in EventuateTramKafkaMessageConsumerConfiguration : https://github.com/dartartem/eventuate-tram-core/blob/master/eventuate-tram-spring-consumer-kafka/src/main/java/io/eventuate/tram/spring/consumer/kafka/EventuateTramKafkaMessageConsumerConfiguration.java#L15
And order history service uses EventuateTramKafkaMessageConsumerConfiguration here: https://github.com/microservices-patterns/ftgo-application/blob/master/ftgo-order-history-service/src/main/java/net/chrisrichardson/ftgo/cqrs/orderhistory/main/OrderHistoryServiceMain.java#L17
So no need to define KafkaConsumerFactory in OrderHistoryServiceMessagingConfiguration: https://github.com/microservices-patterns/ftgo-application/blob/master/ftgo-order-history-service/src/main/java/net/chrisrichardson/ftgo/cqrs/orderhistory/main/OrderHistoryServiceMain.java#L14
I will remove it.
Sorry, something went wrong.
Removed redundant import of KafkaConsumerFactoryConfiguration. See ev…
a9b1de8
…entuate-foundation/eventuate-messaging-kafka#42
dartartem
No branches or pull requests
For example, see microservices-patterns/ftgo-application#108
The text was updated successfully, but these errors were encountered: