[Task (Infrastructure)]: Consolidate indexer processors #1958
Labels
infrastructure
Issues related to the Infrastructure Team
sc-platform
Issues related to the Smart Contract Platform group.
Description
Following #1845 we have two modules in
iota-indexer
with overlapping scopes.This creates confusion on what type/function/trait etc. should be where. Handlers process data, as well as processors in a way.
We should care of making this less ambiguous. Therefore I think it would be plausible to consolidate everything into a single module (
handlers
orprocessors
), remove any suffixes/prefixeshandlers
orprocessors
and classify betweenmetrics
in a nested module (what is now in the processors module except for theObjectSnapshotProcessor
) and the rest.The text was updated successfully, but these errors were encountered: