Skip to content

Commit

Permalink
Merge pull request #177 from farshidtz/event-data-filtering-note
Browse files Browse the repository at this point in the history
Remove payload-based event filtering.  Note this only comments out the section, we can revert this easily if desired.   Related issue (#176) is to figure out how to do this properly so will remain open.
  • Loading branch information
mmccool authored May 17, 2021
2 parents 3db135e + 4ff78a6 commit a431190
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,8 @@ <h4>Notification</h4>
At the absence of any `type` query parameter, the server will deliver all
types of events.
</li>
<li>
<!-- Commented for now. See the issue details below. -->
<!-- <li>
<span class="rfc2119-assertion" id="tdd-notification-filter-search">
The server MAY support event filtering based on the
search expressions passed as one of `jsonpath`, `xpath`,
Expand All @@ -1523,8 +1524,11 @@ <h4>Notification</h4>
</span>
This is to inform the clients about the missing feature at the connection
time and prevent unexpected network traffic and events.
</li>
</li> -->
</ul>
<div class="issue" data-number="176">
Event filtering based on the payload is work in progress.
</div>
</dd>
<dt>Event Data</dt>
<dd>
Expand Down

0 comments on commit a431190

Please sign in to comment.