diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-13 17:37:04 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-13 17:37:04 +0100 |
commit | e97b65ca17e5285d31c7e1b807ac5e17eb395174 (patch) | |
tree | 0be16dd1e0fe63bba8067abad90543cd76b9f0da | |
parent | f44ae8f4a4bb8fd6ed82c634a0aa826e876a41e4 (diff) | |
download | rsyslog-e97b65ca17e5285d31c7e1b807ac5e17eb395174.tar.gz rsyslog-e97b65ca17e5285d31c7e1b807ac5e17eb395174.tar.bz2 rsyslog-e97b65ca17e5285d31c7e1b807ac5e17eb395174.zip |
doc: note that v8 output module interface is not yet stable
-rw-r--r-- | doc/v8compatibility.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/v8compatibility.html b/doc/v8compatibility.html index 681004b3..6dda2c45 100644 --- a/doc/v8compatibility.html +++ b/doc/v8compatibility.html @@ -61,6 +61,10 @@ these modules (this may save us testing). changed. It is suggested to review some of the project-provided plugins for full details. In this doc, we describe the most important changes from a high level perspective. +<p><b>NOTE: the v8 output module interface is not yet stable.</b> It is highly +likely that additional changes will be made within the next weeks. So if you +convert a module now, be prepared for additional mandatory changes. + <p><b>Multi-thread awareness required</b></p> <p>The new engine activates one <b>worker</b>instance of output actions on each worker thread. This means an action has now three types of data: |