Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lib hooks #60

Merged
merged 5 commits into from
Aug 6, 2024
Merged

Update lib hooks #60

merged 5 commits into from
Aug 6, 2024

Conversation

eminano
Copy link
Collaborator

@eminano eminano commented Aug 5, 2024

This PR updates the hooks that allow to customise the use for the pgstream library:

  • Add support to use a custom search index name adapter and a mapper
  • Add granularity to filter wal data and schema events separately

Small improvements included:

  • Update of pgx dependency
  • Removal of panic during log entry unmarshaling
  • Apply search store retry logic by default (if no config is provided, there's a default that applies). If no retries are required, then the config must be explicitly updated accordingly.

The commits have been split for ease of reviewing.

@eminano eminano requested a review from ryanslade August 5, 2024 16:17
pkg/schemalog/log_entry.go Show resolved Hide resolved
@eminano eminano merged commit b56dba5 into main Aug 6, 2024
5 checks passed
@eminano eminano deleted the update-lib-hooks branch August 6, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants