Skip to content

Commit

Permalink
MODINV-1073: Configure instanceIngressEventConsumer
Browse files Browse the repository at this point in the history
  • Loading branch information
askhat-abishev committed Oct 22, 2024
1 parent 041a8ad commit 4e54878
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 4e54878

Please sign in to comment.