crossbario / crossbario/autobahn-python
Pattern-based subscriptions and Pattern class
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 768
- PR merge metrics
- No merged PRs in 30d
Description
Pattern.match() should also match strings like ``foo..abc..deforfoo.abc.` for patterns like `foo..abc.arg2:int.def` and `foo.abc.` repsectively and return `None` for the missing fields.
Usecase: Custom authorizators in crossbar currently get strings like above as input if prefix or wildcard subscriptions are used. Pattern should be able to deal with any string labeled as "uri" or crossbar has to change behaviour.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Pattern.match() entry point and trace how pattern-based subscriptions parse URI strings; the issue does not name a file or test. Compare the two provided input examples with their patterns, including missing fields, and verify that matching returns None for each absent field without changing other subscription behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100