ISISComputingGroup / IBEX

Top level repository for IBEX stories
5 stars 2 forks source link

Datastreaming: Update blockserver to Kafka to use new schema #5537

Closed DominicOram closed 4 years ago

DominicOram commented 4 years ago

As a datastreaming developer I would like to test the new Forwarder, which has a new schema for configuring it (see https://github.com/ess-dmsc/forwarder/pull/40). To do this I will need to modify the blockserver to kafka service to use the new schema. As well as this the deployed Forwarder version will need to be updated to reflect the Flatbuffers configuration message changes.

Acceptance Criteria

matthew-d-jones commented 4 years ago

I've just released https://pypi.org/project/ess-streaming-data-types/ v0.9.0 which includes support for the new schema.

DominicOram commented 4 years ago

Moved system testing into https://github.com/ISISComputingGroup/IBEX/issues/5569