fragevents

command module
v0.0.0-...-91d2721 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

README

fragevents

Extra-Life Events Stream

S&C

  1. heroku plugins:install heroku-kafka
    1. If not already done
  2. heroku labs:enable runtime-dyno-metadata -a <app name>
  3. heroku kafka:topics:create --app=fragevents-stage events --retention-time=7d --replication-factor=3 --partitions=8
    1. Max out retention time up to 14d for prod
  4. heroku kafka:topics:create --app=fragevents-stage teams --compaction --retention-time=7d --replication-factor=3 --partitions=8
    1. Max out retention time up to 14d for prod
  5. heroku kafka:topics:create --app=fragevents-stage participants --compaction --retention-time=7d --replication-factor=3 --partitions=8
    1. Max out retention time up to 14d for prod
  6. heroku kafka:topics:create --app=fragevents-stage donations --compaction --retention-time=7d --replication-factor=3 --partitions=8
    1. Max out retention time up to 14d for prod
  7. Set config CFG_GROUPCACHE_TOKEN to a random string of alpha-num between 32 and 128 chars
  8. Needs to be in a private space
  9. Enable dns discovery heroku features:enable spaces-dns-discovery --app

Documentation

Overview

Copyright © 2022 Paulson McIntyre <paulson@fragforce.org>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

Directories

Path Synopsis
lib
df
kdb

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL