eureka-network / rs-eureka

Eureka sink
0 stars 0 forks source link

Lack of primary key in the node cli main.rs logic #73

Closed jorgeantonio21 closed 1 year ago

jorgeantonio21 commented 1 year ago

As pointed out in PR #71, there was a bug in the main logic. The issue is that the primary key value is not provided by the substreams manifest, but it is calculated a posteriori. The logic needs a refactor to include this.

PR #72 addresses this bug.

vadim-frolov commented 1 year ago

resolved in #71