nats-io / nats-streaming-operator

NATS Streaming Operator
Apache License 2.0
174 stars 44 forks source link

Add support for SQL store #10

Closed wallyqs closed 5 years ago

wallyqs commented 6 years ago
Streaming Server SQL Store Options:
    --sql_driver <string>            Name of the SQL Driver ("mysql" or "postgres")
    --sql_source <string>            Datasource used when opening an SQL connection to the database
    --sql_no_caching <bool>          Enable/Disable caching for improved performance
    --sql_max_open_conns <int>       Maximum number of opened connections to the database
juandiegopalomino commented 6 years ago

@wallyqs hi there-- NATS Streaming looks awesome and I was wondering if there's any development on this issue (or the operator in general) going on at the moment.

wallyqs commented 6 years ago

Hi @juandiegopalomino yes planning to release some updates this month related to this, are you looking at a certain store in particular?

juandiegopalomino commented 6 years ago

@wallyqs that's awesome to hear, and postgres for now seems like the best option

IsmailMarmoush commented 6 years ago

Hello @wallyqs , Is there a plan for Scylla DB ? how is it possible to extend such API ? any docs would be helpful.

juandiegopalomino commented 6 years ago

@wallyqs any update on the status of this issue?

C0en commented 5 years ago

@wallyqs is there any progress on adding sql store support?