Skip to content

Commit

Permalink
remove ActorMaterializer (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Oct 30, 2023
1 parent 4918936 commit 749e69a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

import org.apache.pekko.NotUsed;
import org.apache.pekko.actor.ActorSystem;
import org.apache.pekko.stream.ActorMaterializer;
// #read-all
import org.apache.pekko.stream.connectors.googlecloud.bigquery.storage.BigQueryRecord;
import org.apache.pekko.stream.connectors.googlecloud.bigquery.storage.BigQueryStorageSettings;
Expand All @@ -40,7 +39,6 @@
public class ExampleReader {

static final ActorSystem sys = ActorSystem.create("ExampleReader");
static final ActorMaterializer mat = ActorMaterializer.create(sys);

// #read-all
Source<
Expand Down

0 comments on commit 749e69a

Please sign in to comment.