Skip to content

Commit

Permalink
site publish by finaglehelper
Browse files Browse the repository at this point in the history
  • Loading branch information
finaglehelper committed May 3, 2024
1 parent 800fc8b commit 97769e7
Show file tree
Hide file tree
Showing 18 changed files with 5,023 additions and 3,827 deletions.
427 changes: 218 additions & 209 deletions Admin.html

Large diffs are not rendered by default.

1,976 changes: 1,004 additions & 972 deletions Changelog.html

Large diffs are not rendered by default.

55 changes: 28 additions & 27 deletions FAQ.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>FAQ &#8212; TwitterServer 22.4.0 documentation</title>
<link rel="stylesheet" href="_static/flasky.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/language_data.js"></script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>FAQ &#8212; TwitterServer 24.2.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/flasky.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
Expand All @@ -39,7 +38,8 @@ <h3>Navigation</h3>
<li class="right" >
<a href="Migration.html" title="Migration from Ostrich"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">TwitterServer</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">TwitterServer</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">FAQ</a></li>
</ul>
</div>

Expand All @@ -48,31 +48,32 @@ <h3>Navigation</h3>
<div class="bodywrapper">
<div class="body" role="main">

<div class="section" id="faq">
<section id="faq">
<h1>FAQ<a class="headerlink" href="#faq" title="Permalink to this headline"></a></h1>
<div class="section" id="is-it-twitterserver-or-twitter-server">
<section id="is-it-twitterserver-or-twitter-server">
<h2>Is it TwitterServer or twitter-server?<a class="headerlink" href="#is-it-twitterserver-or-twitter-server" title="Permalink to this headline"></a></h2>
<p>TwitterServer. We only use twitter-server in reference to the project’s code.</p>
</div>
<div class="section" id="what-are-some-recommended-best-practices">
</section>
<section id="what-are-some-recommended-best-practices">
<h2>What are some recommended best practices?<a class="headerlink" href="#what-are-some-recommended-best-practices" title="Permalink to this headline"></a></h2>
<ol class="arabic simple">
<li>Override <code class="docutils literal notranslate"><span class="pre">com.twitter.app.App.failfastOnFlagsNotParsed</span></code> to <code class="docutils literal notranslate"><span class="pre">true</span></code>.
<li><p>Override <code class="docutils literal notranslate"><span class="pre">com.twitter.app.App.failfastOnFlagsNotParsed</span></code> to <code class="docutils literal notranslate"><span class="pre">true</span></code>.
This is so that you fail-fast instead of being surprised by code that is
reading from flags before they have been parsed.</li>
<li>Do not register application routes onto
reading from flags before they have been parsed.</p></li>
<li><p>Do not register application routes onto
<code class="docutils literal notranslate"><span class="pre">com.twitter.server.HttpMuxer$</span></code> or <code class="docutils literal notranslate"><span class="pre">com.twitter.server.AdminHttpServer$</span></code>
as that they are intended to be used for administration/internal pages.</li>
as that they are intended to be used for administration/internal pages.</p></li>
</ol>
</div>
<div class="section" id="do-i-have-to-use-finagle-stats">
</section>
<section id="do-i-have-to-use-finagle-stats">
<h2>Do I have to use <cite>finagle-stats</cite>?<a class="headerlink" href="#do-i-have-to-use-finagle-stats" title="Permalink to this headline"></a></h2>
<p>No, TwitterServer is agnostic to your metrics implementation.
However, some features are only available or work best when using that library.</p>
</div>
</div>
</section>
</section>


<div class="clearer"></div>
</div>
</div>
</div>
Expand Down Expand Up @@ -121,7 +122,7 @@ <h3>Quick search</h3>
<div class="clearer"></div>
</div>
<div class="footer">
&copy; Copyright 2022 Twitter, Inc.
&copy; Copyright 2024 Twitter, Inc.
Created using <a href="https://www.sphinx-doc.org/en/master/">Sphinx</a>.
</div>

Expand Down
Loading

0 comments on commit 97769e7

Please sign in to comment.