killbill / killbill-platform

Kill Bill core platform
https://killbill.io
Apache License 2.0
25 stars 42 forks source link

LogsSseHandler: allow caller to filter logs by accountId and userToken #163

Open pierre opened 7 months ago

pierre commented 7 months ago

With https://github.com/killbill/killbill-platform/issues/162, the log entries will contain the accountRecordId and userToken.

Add support for filtering the stream by userToken or accountId (e.g., via a query parameter). The plugin will need to call the RecordIdApi first to find the accountRecordId from the accountId.