Skip to content

vonwenm/observer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Golang Worker Observer

Worker Observer observe other workers via special table in Casssandra and temporary INSERT with TTL. On output you have current workerId, num in cluster and cluster size.

Cassandra Table workers

  task_id text,
  worker_id int,
  PRIMARY KEY (task_id, worker_id)
) WITH compaction ={'class': 'LeveledCompactionStrategy'};```

About

Golang Worker Observer via Cassandra

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%