Skip to content

Commit

Permalink
fix: remove event appliers
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa committed Nov 11, 2022
1 parent 9b78a43 commit ee97770
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import io.camunda.zeebe.engine.processing.EngineProcessors;
import io.camunda.zeebe.engine.processing.deployment.distribute.DeploymentDistributionCommandSender;
import io.camunda.zeebe.engine.processing.message.command.SubscriptionCommandSender;
import io.camunda.zeebe.engine.state.appliers.EventAppliers;
import io.camunda.zeebe.logstreams.log.LogStream;
import io.camunda.zeebe.logstreams.log.LogStreamBuilder;
import io.camunda.zeebe.logstreams.log.LogStreamReader;
Expand Down Expand Up @@ -150,7 +149,6 @@ private static StreamProcessor createStreamProcessor(
.logStream(logStream)
.zeebeDb(database)
.commandResponseWriter(grpcResponseWriter)
.eventApplierFactory(EventAppliers::new)
.partitionCommandSender(commandSender)
.recordProcessors(
List.of(
Expand Down

0 comments on commit ee97770

Please sign in to comment.