Ticket #352 (closed enhancement: wontfix)
Package notification worker - sends XML-RPC
Reported by: | dread | Owned by: | dread |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | ckan | Keywords: | |
Cc: | Repository: | ||
Theme: |
Description
As an
external front-end
I want to
be notified (by XML-RPC) about package creations and updates.
Implementation
- A message queue worker waits for package update notifications
- On reception, it constructs XML detailing the changes and PUSHes it to a configured URI.
Rather than turning the package fields into XML fields, the JSON dump of the list of package dictionaries will become a single XML parameter.
Config - in the CKAN config will be:
- URI to callback to
- API version to use (version 2 gives packages referred by ID not name)
Change History
Note: See
TracTickets for help on using
tickets.