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

Complex topic whitelisting from file #41

Merged
merged 13 commits into from
Feb 19, 2024

Conversation

VivekPipaliya23
Copy link

Proposed Changes

Currently the complex topic is added via the vmq-admin CLI and it is stored in redis.
This PR adds complex topics using a file and updates the complex topic trie in give interval.
Removes the implementations of storing topics in redis.

Types of Changes

  • Bugfix (non-breaking change which fixes issue #XXXX)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation (correction or otherwise)
  • Cosmetics (whitespace, styles...)
  • DevOps (Build scripts, pipelines...)

Checklist

  • I have read the CODE_OF_CONDUCT.md document
  • All tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if needed)
  • Any dependent changes have been merged and published in related repositories
  • I have updated changelog (At the bottom of the release version)
  • I have squashed all my commits into one before merging

apps/vmq_server/priv/vmq_server.schema Outdated Show resolved Hide resolved
apps/vmq_enhanced_auth/src/vmq_enhanced_auth.erl Outdated Show resolved Hide resolved
apps/vmq_server/priv/vmq_server.schema Outdated Show resolved Hide resolved
apps/vmq_server/priv/vmq_server.schema Outdated Show resolved Hide resolved
apps/vmq_server/priv/vmq_server.schema Outdated Show resolved Hide resolved
apps/vmq_server/src/vmq_reg_redis_trie.erl Outdated Show resolved Hide resolved
apps/vmq_server/src/vmq_reg_redis_trie.erl Outdated Show resolved Hide resolved
apps/vmq_server/src/vmq_server_cli.erl Outdated Show resolved Hide resolved
apps/vmq_server/src/vmq_reg_redis_trie.erl Show resolved Hide resolved
apps/vmq_server/src/vmq_reg_redis_trie.erl Outdated Show resolved Hide resolved
@VivekPipaliya23 VivekPipaliya23 force-pushed the feat/complex-topic-whitelisting-from-file branch 4 times, most recently from f78c989 to 3f94ab4 Compare February 13, 2024 14:36
apps/vmq_enhanced_auth/src/vmq_enhanced_auth.erl Outdated Show resolved Hide resolved
apps/vmq_enhanced_auth/src/vmq_enhanced_auth.erl Outdated Show resolved Hide resolved
apps/vmq_server/src/vmq_reg_redis_trie.erl Outdated Show resolved Hide resolved
apps/vmq_server/src/vmq_reg_redis_trie.erl Outdated Show resolved Hide resolved
apps/vmq_server/src/vmq_reg_redis_trie.erl Show resolved Hide resolved
@VivekPipaliya23 VivekPipaliya23 force-pushed the feat/complex-topic-whitelisting-from-file branch from 14aca24 to 1b15e2e Compare February 14, 2024 19:18
@dhruvjain99 dhruvjain99 changed the base branch from main to fix/removal-of-complex-topic-disrupting-trie February 15, 2024 10:05
@VivekPipaliya23 VivekPipaliya23 force-pushed the fix/removal-of-complex-topic-disrupting-trie branch from 98fde7d to b747ee8 Compare February 19, 2024 04:49
@dhruvjain99 dhruvjain99 changed the base branch from fix/removal-of-complex-topic-disrupting-trie to main February 19, 2024 05:45
@VivekPipaliya23 VivekPipaliya23 force-pushed the feat/complex-topic-whitelisting-from-file branch from 1b15e2e to 7add4fb Compare February 19, 2024 09:09
@dhruvjain99 dhruvjain99 merged commit 34ab382 into main Feb 19, 2024
2 checks passed
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