cpursley / walex

Postgres change events (CDC) in Elixir
MIT License
276 stars 14 forks source link

add configurable slot name #57

Closed DaemonSnake closed 3 months ago

DaemonSnake commented 3 months ago

add slot_name configuration option if not set default to current behaviour (_walex postfix)

other changes include:

cpursley commented 3 months ago

Merci beaucoup @DaemonSnake!

cpursley commented 3 months ago

@DaemonSnake I'm getting this in my app with these new changes. Any ideas?:

2024-05-03 14:10:57.440 [notice] Application my_app exited: MyApp.Application.start(:normal, []) returned an error: shutdown: failed to start child: WalEx.Supervisor
    ** (EXIT) shutdown: failed to start child: WalEx.Replication.Supervisor
        ** (EXIT) shutdown: failed to start child: WalEx.Replication.Server
            ** (EXIT) :function_clause
DaemonSnake commented 3 months ago

oh sorry didn't see the notification, will look right now got the error in that past when there was a handle_result that didn't have a matching clause