Skip to content

Commit

Permalink
Disable token streaming for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
radazen committed Apr 24, 2024
1 parent 07c23f7 commit 6d91720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kafka-streamer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ func runStreamer(ctx context.Context, pgx *pgxpool.Pool) {
// Creating multiple configs for each topic allows them to process separate partitions in parallel
configs := []*streamerConfig{
newEthereumOwnerConfig(deserializer, queries),
newEthereumTokenConfig(deserializer, queries),
newEthereumTokenConfig(deserializer, queries),
//newEthereumTokenConfig(deserializer, queries),
//newEthereumTokenConfig(deserializer, queries),
newBaseOwnerConfig(deserializer, queries),
newZoraOwnerConfig(deserializer, queries),
}
Expand Down

0 comments on commit 6d91720

Please sign in to comment.