Skip to content

Configuration mapping of topic to handler & importer #161

@jayrbolton

Description

@jayrbolton

Be able to map kafka topics to event handler functions, and also to importer modules that handle those events.

Examples:

  • ciindexeradmin -> ES (workspace indexer)
  • workspaceevents -> RE (workspace importer)
  • sampleservice -> ES (sampler indexer)

In this case, there is a separate event handler function and importer module for ES/workspace, ES/samples, and RE/workspace.

Right now, the events for workspace-to-RE and workspace-to-ES are handled by the same function. It may make sense to separate them out.

Parent issue #142

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions