FuelLabs / data-systems

Fuel data systems related projects
Apache License 2.0
2 stars 6 forks source link

feat(data-stream): simple connection test #39

Closed Jurshsmith closed 1 day ago

Jurshsmith commented 4 days ago

This PR does a little refactoring to the existing Publisher connection impl by storing the NATS connection in a nested nats field and extracting the connection private function. This allows us to extract NATS-related implementations as needed cleanly.