Avro Schema for Streaming API

I understand that the streaming API is running on Kafka on the backend.

i found this repo but it is not open to the public: https://github.com/companieshouse/chs-kafka-schemas

is there any possibility to get access to the Kafka schemas so that i can ingest the data from the streaming API and send to our own kafka infrastructure?

You ingest from the streaming API.
How you process that and send to your kafka infrastructure is of course up to you.

We are using Avro schema, but i was hoping you might share the schema you are using to produce on your end.

no, that will not be possible

ok, thought i’d ask. Will just have to do it the hard way…

Is there a reason you can’t share the schema?