Skip to content
#

protobuf

Here are 2,383 public repositories matching this topic...

Eric-Arellano
Eric-Arellano commented Feb 11, 2022

A few times rule authors have been confused with rule graph errors that are because two rules have the same name, which causes the first rule to be overridden & not be used. This is extremely confusing.

collect_rules() should detect this case and eagerly error.

https://github.com/pantsbuild/pants/blob/4fecd1d93587d67dc8b46fa6acbd9a3aac9c348f/src/python/pants/engine/rules.py#L366-L394

mausch
mausch commented Apr 2, 2020

The title might seem a bit vague but I don't know how to describe it any better tbh :-)

Anyway this is what happened: I got some 500 responses from the schema registry and all I could see in the logs was :

[2020-04-02 16:03:35,048] INFO 100.96.14.58 - - [02/Apr/2020:16:03:34 +0000] "PUT /config/some-topic-value HTTP/1.1" 500 69  502 (io.confluent.rest-utils.requests)

The logs di

Improve this page

Add a description, image, and links to the protobuf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the protobuf topic, visit your repo's landing page and select "manage topics."

Learn more