/books/distributed-services-with-go
Active Threads This:
Latest Threads About This Book
Hi @travisjeffery, in the Close function on page 33 it seems there is an error, after the i.mmap.Sync is called, the memory is not unmapp...
New
@travisjeffery
The book in many places stands for Raft consensus algorithm being able to replicate all data across the servers. The trut...
New
@travisjeffery The code in server.go is not consistent with the generated grpc code.
I see that the code in the git repo was updated, bu...
New
@travisjeffery
PDF - Page 35
No need to synchronize this function? How mmap work with multiple writers?.
func (i *index) Write(off uin...
New
Can I run proglog from within Intellij without too much trouble? When I try I get
Error: open : no such file or directory
I assume thi...
New
On page 44:
Now add the following Append() function below setup():
“Append() function” should read “Append() method”.
New
On page 42:
We test that we can append a record to a segment, read back the same record, and eventually hit the configured max size for...
New
On page 40:
IsMaxed returns whether the segment has reached its max size, either by writing too much to the store or the index. If you ...
New
On page 40:
Read(off uint64) returns the record for the given offset. Similar to writes, to read a record the segment must first transl...
New
On page 18
These protobuf messages are equivalent to the Go structs shown earlier.
You’ll notice the two syntaxes are very similar: in...
New
Most Active This Week
Most Active This Month
Most Active This Year
Most Active Last Three Years
I’m not quite sure what’s going on here, but I’m unable to have to containers successfully complete the Readiness/Liveness checks. I’m im...
New
Page 28: It implements io.ReaderAt on the store type.
Sorry if it’s a dumb question but was the io.ReaderAt supposed to be io.ReadAt?
...
New
Page 72 shows implementation of the nearestMultiple function. (as per below)
func nearestMultiple(j, k uint64) uint64 {
if...
New
On page 40:
Read(off uint64) returns the record for the given offset. Similar to writes, to read a record the segment must first transl...
New
On page 42:
We test that we can append a record to a segment, read back the same record, and eventually hit the configured max size for...
New
On page 40:
IsMaxed returns whether the segment has reached its max size, either by writing too much to the store or the index. If you ...
New
Hi @travisjeffery, in the Close function on page 33 it seems there is an error, after the i.mmap.Sync is called, the memory is not unmapp...
New
On page 18
These protobuf messages are equivalent to the Go structs shown earlier.
You’ll notice the two syntaxes are very similar: in...
New
On page 44:
Now add the following Append() function below setup():
“Append() function” should read “Append() method”.
New
Can I run proglog from within Intellij without too much trouble? When I try I get
Error: open : no such file or directory
I assume thi...
New
@travisjeffery
PDF - Page 35
No need to synchronize this function? How mmap work with multiple writers?.
func (i *index) Write(off uin...
New
@travisjeffery
The book in many places stands for Raft consensus algorithm being able to replicate all data across the servers. The trut...
New
@travisjeffery The code in server.go is not consistent with the generated grpc code.
I see that the code in the git repo was updated, bu...
New
Most Active Over Three Years
When trying to generate the protobuf .go file, I receive this error:
Unknown flag: --go_opt
libprotoc 3.12.3
MacOS 11.3.1
Googling ...
New
page 20: … protoc command…
I had to additionally run the following go get commands in order to be able to compile protobuf code using go...
New
In Chapter 3, the source for index introduces Config on page 31, followed by more code including tests; Config isn’t introduced until pag...
New
This test is broken right out of the box…
— FAIL: TestAgent (7.82s)
agent_test.go:77:
Error Trace: agent_test.go:77
agent_test.go:...
New
Hi Travis! Thank you for the cool book! :slight_smile:
I made a list of issues and thought I could post them chapter by chapter. I’m rev...
New
Take your Go skills to the next level by learning how to design, develop, and deploy a distributed service. Start from the bare essential...
New
When I attempt to go get github.com/tysonmote/gommap I get an error gommap.go:60:15: undefined: mmap_syscall. Has anyone on an M1 mac bee...
New
Once deployed, I am not able to access the service outside the prolog pods. I can run the client successfully and access the service from...
New
Code at the end of page for the WriteALogPackage/internal/log/segment.go
says p, err := s.store.Read(pos), should be ReadAt I think
New
Hey y’all, just wanted to provide some context for removing the testing chapters from the table of contents.
For all books PragProg has ...
New
Failure with Mutual TLS
Title: Distributed Services with Go (pdf page 85)
Tests fails when server attempts to use mutual TLS (setting t...
New
Hey y’all,
If you got the first beta of the book and hit issues make sure you download the second beta that came out last week. The seco...
New
Distributed Services With Go -
I went to SecureYourServices folder and executed make gencert. I am getting the following error.
2020/0...
New
Hi,
I’m currently reading your book. By doing so, I like to rewrite the code by myself. It helps me to deeply understand how it works.
...
New
When a store is closed, it just closes the files but items in the buffer are not written to file before closing. So we need an additional...
New
Book Info
Publisher:
Pragmatic Bookshelf
Are you this book's author? To be notified of all posts made about it, sign up an account then click here, then select 'watching' from the bell icon in the top right corner.
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Simply use coupon code "devtalk.com" at checkout. See full details here.