-
Notifications
You must be signed in to change notification settings - Fork 183
Doc 4306 #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc 4306 #34
Conversation
* Incorporating feedback * Incorporating feedback * incorporating feedback * Incorporate feedback * Incorporating feedback * Incorporating feedback * Incorporate feedback
… Git conflicts are resolved
Merging branch DOC-4019 with DOC-4306 for staging build
… remote branch merge
Merging branch DOC-4084 timers consolidation content with DOC-4306
…nk for TS and BP sections
Merging remote branch Doc-4083 to Doc-4306 for the stating build
…anges to other pages
|
@amarantha-k : PR - Doc 4306 #34 for your review. |
| *Debugging a Function Using the Debug Option* | ||
|
|
||
| . From the *Couchbase Web Console* > *Eventing* page, click on the name of a deployed Function. | ||
| === *Debugging a Function Using the Debug Option* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't need to bold a heading
| From the Debugging pop-up, click *Stop Debugging* to terminate a debug session. | ||
| . From the Debugging pop-up, click *Stop Debugging* to terminate a debug session. | ||
|
|
||
| === *Transpiler and Source Map* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't need to bold headings
| image::debug_sourcemap.png[,600] | ||
|
|
||
| [#modifydebugport] | ||
| === *Modifying the Debug Port* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't need to bold headings
| For log rotation, refer to xref:clustersetup:ui-logs.adoc[Using Logs]. | ||
|
|
||
| *Application Logs* | ||
| === *Application Logs* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't need to bold headings
|
|
||
| [abstract] | ||
| Some questions, frequently asked about the Eventing service and Functions. | ||
| Some questions, frequently asked about the Eventing Service and Functions.`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reword the abstract. Maybe add info on why the user should look at FAQs.
| + | ||
| Javascript is the language to be used while creating Functions. | ||
| Node modules cannot be imported: only simple Javascript can be used. | ||
| == *Generic* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't need to bold headings
|
|
||
| + | ||
| Eventing leverages the latest trends in multi-core CPUs; therefore nodes selected for Eventing should optimally have a higher number of cores than those for indexing. | ||
| No. We do not support versioning of documents; therefore, this feature is not available out of the box. Though customers can have another ‘Mother’ bucket that stores documents that could be looked up, in order to determine the difference between the current document and the last modified. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we define a "Mother" bucket somewhere else? Also, need to rewrite the sentence for second person.
| + | ||
| No. | ||
| Functions do not lose any mutations during a rebalance operations. | ||
| == *Cluster Behaviour* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Behavior (US English)
|
|
||
|
|
||
| * What is the Timer behavior post reboot? | ||
| * What is the behaviour of system clocks while using timers? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
behavior
| [#timers] | ||
| == Timers | ||
|
|
||
| Author's Note: The Timer content to be removed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the author's note?
amarantha-k
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added comments for a few instances. Please review and apply to all headings.
|
@amarantha-k incorporated feedback. Globally, ran a check to fix the bold headings across eventing sections. |
|
|
||
| + | ||
| No. We do not support versioning of documents; therefore, this feature is not available out of the box. Though customers can have another ‘Mother’ bucket that stores documents that could be looked up, in order to determine the difference between the current document and the last modified. | ||
| No. We do not support versioning of documents; therefore, this feature is not available out of the box. Though customers can have another bucket, say ‘Mother’ bucket, that stores documents that could be looked up, to determine the difference between the current document and the last modified. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Address the user as "you" rather than customer. Also, based on the context, a 'Mother' bucket seems to be a parent bucket that contains the version of documents before the current set of changes. You may want to clarify this with an SME.
amarantha-k
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the comment in eventing-faq.adoc and then we should be good to merge this PR.
PR for Alice Staging build
@amarantha-k pls review and merge this changes.