You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create nats jetstream storage. In my project we are using nats as bus and as kv. nats is modern cloud opensource software. I studied another storage and i saw than they use some unclear hosts and ports without testcontainers or same software. Can i use testcontainers in my test or what host and port i should use?
Code Snippet (optional)
// for example // ConfigDefault is the default config for redisvarConfigDefault=Config{
Host: "127.0.0.1",
Port: 6379,
Thanks for opening your first issue here! 🎉 Be sure to follow the issue template! If you need help or want to chat with us, join us on Discord https://gofiber.io/discord
0xdeface
changed the title
🤗 [Question]: I want to create new storage, but i have one question about tests
🤗 [Question]: I going to create new storage, but i have one question about tests
Nov 29, 2022
Sorry to comment on a closed ticket, but I found this randomly today. Yes, you can use testcontainers-go in the storage layers, please see gofiber/storage#1507
Question Description
I want to create nats jetstream storage. In my project we are using nats as bus and as kv. nats is modern cloud opensource software. I studied another storage and i saw than they use some unclear hosts and ports without testcontainers or same software. Can i use testcontainers in my test or what host and port i should use?
Code Snippet (optional)
Checklist:
The text was updated successfully, but these errors were encountered: