Skip to content

Commit

Permalink
Merge pull request #781 from folio-org/MODINV-1073
Browse files Browse the repository at this point in the history
MODINV-1073: Configure instanceIngressEventConsumer
  • Loading branch information
askhat-abishev authored Oct 22, 2024
2 parents 041a8ad + 4e54878 commit 9238249
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class InstanceIngressConsumerVerticle extends KafkaConsumerVerticle {
public void start(Promise<Void> startPromise) {
var instanceIngressEventHandler = new InstanceIngressEventConsumer(vertx, getStorage(), getHttpClient(), getMappingMetadataCache());

var consumerWrapper = createConsumer(INSTANCE_INGRESS_TOPIC, BASE_PROPERTY, false);
var consumerWrapper = createConsumer(INSTANCE_INGRESS_TOPIC, BASE_PROPERTY, true);

consumerWrapper.start(instanceIngressEventHandler, constructModuleName())
.onFailure(startPromise::fail)
Expand Down

0 comments on commit 9238249

Please sign in to comment.