0

I plan to create a nats streaming server and use SQL Server as DB store. is that possible?

I am not sure what to put on the DB store config

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245

1 Answers1

0

NATS Streaming Server uses only MySQL or Postgres drivers. The configuration of the db source will depend on the driver you select.

See this for more information about SQL Store support.

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
I. Kozlovic
  • 796
  • 3
  • 3