Skip to content

Commit

Permalink
[cleanup][txn] Use MLTransactionMetadataStore in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Jan 5, 2023
1 parent 4b8f447 commit f8e48e1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ protected void beforeStartCluster() throws Exception {
super.beforeStartCluster();
for (BrokerContainer brokerContainer : pulsarCluster.getBrokers()) {
brokerContainer.withEnv("transactionCoordinatorEnabled", "true");
brokerContainer.withEnv("transactionMetadataStoreProviderClassName",
"org.apache.pulsar.transaction.coordinator.impl.InMemTransactionMetadataStoreProvider");
brokerContainer.withEnv("transactionBufferProviderClassName",
"org.apache.pulsar.broker.transaction.buffer.impl.TopicTransactionBufferProvider");
brokerContainer.withEnv("acknowledgmentAtBatchIndexLevelEnabled", "true");
Expand Down

0 comments on commit f8e48e1

Please sign in to comment.